UNPKG

naive-ui

Version:

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

8 lines (7 loc) 420 B
export type * from './src/public-types'; 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';