amis-rpc-design/node_modules/antd/lib/date-picker/generatePicker/Components.d.ts

6 lines
135 B
TypeScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
import PickerButton from '../PickerButton';
declare const Components: {
button: typeof PickerButton;
};
export default Components;