UNPKG

glamor

Version:
8 lines (6 loc) 248 B
import { CSSProperties, StyleAttribute } from './index'; export const createElement: any; export const dom: any; export const vars: any; export const makeTheme: any; export function propMerge<T>(styles: StyleAttribute | CSSProperties, obj: T): T;