UNPKG

shopper

Version:
5 lines (4 loc) 162 B
export declare function dashify(camel: string): string; export declare function registerComponents(components: { [key: string]: typeof HTMLElement; }): void;