We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03394e2 + a510312 commit 843b772Copy full SHA for 843b772
packages/ffe-datepicker-react/src/index.d.ts
@@ -26,6 +26,7 @@ export interface DatepickerProps {
26
value: string;
27
keepDisplayStateOnError?: boolean;
28
fullWidth?: boolean;
29
+ innerRef?: React.Ref<HTMLInputElement>;
30
}
31
32
declare class Datepicker extends React.Component<DatepickerProps, any> {}
0 commit comments