UNPKG

lazy-widgets

Version:

Typescript retained mode GUI for the HTML canvas API

7 lines (6 loc) 152 B
/** * Converts a lower kebab-case string to a camelCase string. * * @category Helper */ export declare function fromKebabCase(str: string): string;