react-css-theme-switcher
Version:
Switch between CSS themes using React
5 lines (4 loc) • 302 B
TypeScript
export declare function findCommentNode(comment: string): ChildNode | null;
export declare function isElement(o: any): Boolean;
export declare function arrayToObject(array: string[]): Record<any, string>;
export declare function createLinkElement(attributes: Record<string, any>): HTMLLinkElement;