UNPKG

naive-ui

Version:

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

5 lines (4 loc) 224 B
export { default as dynamicInputDark } from './dark'; export { default as dynamicInputLight } from './light'; export type { DynamicInputTheme, DynamicInputThemeVars } from './light'; export { dynamicInputRtl } from './rtl';