2024-01-29 09:26:07 +08:00

5 lines
220 B
TypeScript

export { default as scrollbarDark } from './dark';
export { default as scrollbarLight } from './light';
export { default as scrollbarRtl } from './rtl';
export type { ScrollbarTheme, ScrollbarThemeVars } from './light';