File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/components/primitives/Input Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import type { ResponsiveValue, ColorType } from '../../../components/types';
10
10
import type { ISizes } from '../../../theme/base/sizes' ;
11
11
import type { CustomProps } from '../../types' ;
12
12
import type { IStackProps } from '../Stack/Stack' ;
13
+ import type { MutableRefObject } from 'react' ;
13
14
14
15
export interface InterfaceInputProps
15
16
extends PlatformProps < any > ,
@@ -110,6 +111,7 @@ export interface InterfaceInputProps
110
111
focusOutlineColor ?: ColorType ;
111
112
/** This prop allow you to change outlineColor when input is in focused state*/
112
113
inValidOutlineColor ?: ColorType ;
114
+ ref ?: MutableRefObject < any > ;
113
115
}
114
116
115
117
export interface IInputGroupProps extends InterfaceBoxProps < IInputGroupProps > {
You can’t perform that action at this time.
0 commit comments