4 lines
122 B
TypeScript
4 lines
122 B
TypeScript
import type { ScrollbarTheme } from './light';
|
|
declare const scrollbarDark: ScrollbarTheme;
|
|
export default scrollbarDark;
|