UNPKG

x-antd-vue

Version:

base on antd 1.7.2

9 lines (7 loc) 135 B
import Line from './Line'; import Circle from './Circle'; export { Line, Circle }; export default { Line: Line, Circle: Circle };