mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 11:39:28 +08:00
5 lines
103 B
TypeScript
5 lines
103 B
TypeScript
import Affix from './affix';
|
|
export { Affix };
|
|
|
|
import Collapse from './collapse';
|
|
export { Collapse }; |