Skip to content

Commit

Permalink
feat: 回滚
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyair committed Mar 1, 2024
1 parent 7cda676 commit a92fe9c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/date-picker/generatePicker/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ import type { SizeType } from '../../config-provider/SizeContext';
import type { Variant } from '../../form/hooks/useVariants';
import type { TimePickerLocale } from '../../time-picker';

export { PickerRef } from 'rc-picker';
export { RangePickerRef } from 'rc-picker/es/interface';

const DataPickerPlacements = ['bottomLeft', 'bottomRight', 'topLeft', 'topRight'] as const;

type DataPickerPlacement = (typeof DataPickerPlacements)[number];
Expand Down

0 comments on commit a92fe9c

Please sign in to comment.