浏览代码

fix: datepicker interface define

pointhalo 3 年之前
父节点
当前提交
14fda431c8
共有 1 个文件被更改,包括 0 次插入1 次删除
  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;
     renderFullDate?: () => React.ReactNode;
     focusRecordsRef?: React.RefObject<{ rangeStart: boolean; rangeEnd: boolean }>;
-    insetInput?: boolean;
 }
 
 export type MonthsGridState = MonthsGridFoundationState;