UNPKG

104 BTypeScriptView Raw
1import { Theme, ThemeVars } from './types';
2export declare const ensure: (input: ThemeVars) => Theme;