4 lines
112 B
TypeScript
4 lines
112 B
TypeScript
|
|
import type { ThemeCommonVars } from './light';
|
||
|
|
declare const derived: ThemeCommonVars;
|
||
|
|
export default derived;
|