Browse Source

fix: datepicker interface define

pointhalo 3 years ago
parent
commit
14fda431c8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/semi-ui/datePicker/monthsGrid.tsx

+ 0 - 1
packages/semi-ui/datePicker/monthsGrid.tsx

@@ -29,7 +29,6 @@ export interface MonthsGridProps extends MonthsGridFoundationProps, BaseProps {
     renderDate?: () => React.ReactNode;
     renderDate?: () => React.ReactNode;
     renderFullDate?: () => React.ReactNode;
     renderFullDate?: () => React.ReactNode;
     focusRecordsRef?: React.RefObject<{ rangeStart: boolean; rangeEnd: boolean }>;
     focusRecordsRef?: React.RefObject<{ rangeStart: boolean; rangeEnd: boolean }>;
-    insetInput?: boolean;
 }
 }
 
 
 export type MonthsGridState = MonthsGridFoundationState;
 export type MonthsGridState = MonthsGridFoundationState;