UNPKG

vue-amazing-ui

Version:

An Amazing Vue3 UI Components Library, Using TypeScript.

6 lines (5 loc) 209 B
import { default as List } from './list'; import { default as ListItem } from './listitem'; export type { ListProps } from './list'; export type { ListItemProps } from './listitem'; export { List, ListItem };