UNPKG

vexip-ui

Version:

A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good

5 lines (4 loc) 247 B
export { default as LayoutMain } from '../layout/layout-main'; export { layoutMainProps } from '../layout/props'; export type { LayoutMainProps, LayoutMainCProps } from '../layout/props'; export type { LayoutMainExposed } from '../layout/symbol';