UNPKG

vue-amazing-ui

Version:

An Amazing Vue3 UI Components Library, Using TypeScript.

6 lines (5 loc) 191 B
import { default as Row } from './row'; import { default as Col } from './col'; export type { RowProps, Responsive } from './row'; export type { ColProps } from './col'; export { Row, Col };