UNPKG

soda-material

Version:

A React(>=18) component library that may follow [Material Design 3](https://m3.material.io/components) (a.k.a. Material You)

7 lines (6 loc) 412 B
export declare function insertStyle(css: string, styleSheet?: CSSStyleSheet): void; export declare function applyCSSStyleDeclaration(ele: HTMLElement, cssStyleDeclaration?: Partial<CSSStyleDeclaration>): void; /** * @returns A void function to reset the CSSStyleDeclaration */ export declare function withCSSStyleDeclaration(ele: HTMLElement, cssStyleDeclaration?: Partial<CSSStyleDeclaration>): VoidFunction;