4 lines
106 B
TypeScript
4 lines
106 B
TypeScript
|
|
import type { SplitTheme } from './light';
|
||
|
|
declare const splitDark: SplitTheme;
|
||
|
|
export default splitDark;
|