UNPKG

naive-ui

Version:

A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast

10 lines 705 B
export { aProps, default as NA } from "./src/a.mjs"; export { blockquoteProps, default as NBlockquote } from "./src/blockquote.mjs"; export { headerProps as h1Props, headerProps as h2Props, headerProps as h3Props, headerProps as h4Props, headerProps as h5Props, headerProps as h6Props } from "./src/create-header.mjs"; export { NH1, NH2, NH3, NH4, NH5, NH6 } from "./src/headers.mjs"; export { default as NHr } from "./src/hr.mjs"; export { default as NLi } from "./src/li.mjs"; export { default as NOl, olProps } from "./src/ol.mjs"; export { default as NP, pProps } from "./src/p.mjs"; export { default as NText, textProps } from "./src/text.mjs"; export { default as NUl, ulProps } from "./src/ul.mjs";