UNPKG

ant-design-vue

Version:

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

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