UNPKG

106 BTypeScriptView Raw
1import { Theme, ThemeVars } from './types';
2export declare const convert: (inherit?: ThemeVars) => Theme;