Download Dialog

This commit is contained in:
2025-09-04 21:46:39 +02:00
parent 75f66c791d
commit 81bde5c099
6 changed files with 148 additions and 14 deletions

View File

@@ -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>
}