mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 13:47:02 +08:00
5 lines
103 B
TypeScript
5 lines
103 B
TypeScript
import Affix from './affix';
|
|
export { Affix };
|
|
|
|
import Collapse from './collapse';
|
|
export { Collapse }; |