UNPKG

naive-ui

Version:

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

5 lines (4 loc) 189 B
export { default as radioDark } from './dark'; export { default as radioLight } from './light'; export type { RadioTheme, RadioThemeVars } from './light'; export { radioRtl } from './rtl';