UNPKG

react-css-theme-switcher

Version:
5 lines (4 loc) 302 B
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;