UNPKG

ui-lit

Version:

UI Elements on LIT

4 lines (3 loc) 286 B
import { CSSResultOrNative } from 'lit'; export declare const makeCSSProxy: <T extends object>(data: T, prefix?: string) => Record<keyof T, CSSResultOrNative>; export declare const makeCSSNameProxy: <T extends object>(data: T, prefix?: string) => Record<keyof T, CSSResultOrNative>;