UNPKG

248 BTypeScriptView Raw
1import { CSSProperties, StyleAttribute } from './index';
2
3export const createElement: any;
4export const dom: any;
5export const vars: any;
6export const makeTheme: any;
7export function propMerge<T>(styles: StyleAttribute | CSSProperties, obj: T): T;