mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-09-10 20:08:19 +02:00
Less steps to download
This commit is contained in:
@@ -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>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user