UNPKG

@stencil/react-output-target

Version:

React output target for @stencil/core components.

4 lines (3 loc) 200 B
export declare const kebabToPascalCase: (str: string) => string; export declare const kebabToCamelCase: (str: string) => string; export declare const eventListenerName: (eventName: string) => string;