UNPKG

naive-ui

Version:

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

5 lines (4 loc) 194 B
export { default as dialogDark } from './dark'; export { default as dialogLight } from './light'; export type { DialogTheme, DialogThemeVars } from './light'; export { dialogRtl } from './rtl';