UNPKG

edgerender

Version:
4 lines (3 loc) 175 B
import type { Properties } from 'csstype'; export declare function render_styles(styles: Properties): string | null; export declare const hyphenate: (name: string) => string;