mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-08 23:19:00 +08:00
7 lines
144 B
TypeScript
7 lines
144 B
TypeScript
// base rc-mentions .6.2
|
|
import Mentions from './src/Mentions';
|
|
import Option from './src/Option';
|
|
|
|
export { Option };
|
|
export default Mentions;
|