UNPKG

@mytiki/tiki-sdk-js

Version:

JS SDK for client-side integration with TIKI

6 lines (5 loc) 153 B
export interface Prop { property: string; value?: string; } export declare function cssVar(element: HTMLElement, properties: Array<Prop>): void;