UNPKG

tdesign-react

Version:
5 lines (4 loc) 293 B
export declare function hasClass(el: Element, cls: string): boolean; export declare const addClass: (el: Element, cls: string) => void; export declare const removeClass: (el: Element, cls: string) => void; export declare const getCssVarsValue: (name: string, element?: HTMLElement) => string;