UNPKG

naive-ui

Version:

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

7 lines (6 loc) 379 B
export { default as NRadio, radioProps } from './src/Radio'; export type { RadioProps } from './src/Radio'; export { default as NRadioButton, radioButtonProps } from './src/RadioButton'; export type { RadioButtonProps } from './src/RadioButton'; export { default as NRadioGroup, radioGroupProps } from './src/RadioGroup'; export type { RadioGroupProps } from './src/RadioGroup';