UNPKG

naive-ui

Version:

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

5 lines (4 loc) 220 B
export { default as scrollbarDark } from './dark'; export { default as scrollbarLight } from './light'; export type { ScrollbarTheme, ScrollbarThemeVars } from './light'; export { default as scrollbarRtl } from './rtl';