ant-design/components/date-picker/generatePicker/Components.ts

6 lines
118 B
TypeScript
Raw Normal View History

import PickerButton from '../PickerButton';
const Components = { button: PickerButton };
export default Components;