@cube-dev/ui-kit 0.7.9 → 0.7.13
Sign up to get free protection for your applications and to get access to all the features.
@@ -9,6 +9,11 @@ export interface CubeFileInputProps extends BaseProps, PositionStyleProps, Block
|
|
9
9
|
inputRef?: RefObject<HTMLInputElement>;
|
10
10
|
/** Style map for the input */
|
11
11
|
inputStyles?: Styles;
|
12
|
+
/**
|
13
|
+
* The type of the input
|
14
|
+
* @default 'file'
|
15
|
+
*/
|
16
|
+
type?: 'file' | 'text';
|
12
17
|
}
|
13
18
|
/**
|
14
19
|
* FileInputs are file inputs that allow users to select local files to
|