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 inputDark } from './dark'; export { default as inputLight } from './light'; export { inputRtl } from './rtl'; export type { InputTheme, InputThemeVars } from './light';