4 lines
110 B
TypeScript
4 lines
110 B
TypeScript
|
import type { LayoutTheme } from './light';
|
||
|
declare const layoutDark: LayoutTheme;
|
||
|
export default layoutDark;
|