4 lines
98 B
TypeScript
4 lines
98 B
TypeScript
|
|
import type { LogTheme } from './light';
|
||
|
|
declare const logDark: LogTheme;
|
||
|
|
export default logDark;
|