Less steps to download

This commit is contained in:
2025-09-05 16:15:18 +02:00
parent e5186bf72d
commit 5070e76480
25 changed files with 265 additions and 591 deletions

View File

@@ -34,7 +34,5 @@ export const TColor = (state: TState): ColorPaletteProp => {
export default interface TProps {
disabled?: boolean;
completionAction?: (
value?: string | number | readonly string[]
) => Promise<void>;
completionAction?: (value?: string | number | readonly string[]) => Promise<void>;
}