UNPKG

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