mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-09-10 20:08:19 +02:00
Download Dialog
This commit is contained in:
@@ -35,6 +35,6 @@ export const TColor = (state: TState): ColorPaletteProp => {
|
||||
export default interface TProps {
|
||||
disabled?: boolean
|
||||
completionAction?: (
|
||||
value: string | number | readonly string[] | undefined
|
||||
value?: string | number | readonly string[]
|
||||
) => Promise<void>
|
||||
}
|
||||
|
Reference in New Issue
Block a user