mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
10 lines
235 B
TypeScript
10 lines
235 B
TypeScript
export { default as Affix } from './affix';
|
|
|
|
export { default as Tabs } from './Tabs';
|
|
|
|
export { default as Tag } from './Tag';
|
|
|
|
export { default as TimePicker } from './time-picker';
|
|
|
|
export { default as Timeline } from './timeline';
|