@fattureincloud/fic-design-system 0.7.4 → 0.7.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -22,5 +22,6 @@ export interface DatePickerImplProps extends Omit<ReactDatePickerProps, 'onChang
22
22
  customButtons?: CustomButtonProps[];
23
23
  renderCustomFooter?: RenderCustomFooterType;
24
24
  isPrefilled?: boolean;
25
+ onChangeManually?: (date: Date | null) => void;
25
26
  }
26
27
  export declare type DatePickerProps = LabelProps & DatePickerImplProps;
@@ -0,0 +1 @@
1
+ export declare const THead: import("styled-components").StyledComponent<"thead", import("styled-components").DefaultTheme, {}, never>;