UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

7 lines 119 B
import Line from './Line'; import Circle from './Circle'; export { Line, Circle }; export default { Line, Circle };