UNPKG

naive-ui

Version:

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

5 lines (4 loc) 249 B
export { default as internalSelectionDark } from './dark'; export { default as internalSelectionLight } from './light'; export type { InternalSelectionTheme, InternalSelectionThemeVars } from './light'; export { internalSelectionRtl } from './rtl';