mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-05 01:19:45 +08:00
6 lines
118 B
TypeScript
6 lines
118 B
TypeScript
|
import PickerButton from '../PickerButton';
|
||
|
|
||
|
const Components = { button: PickerButton };
|
||
|
|
||
|
export default Components;
|