UNPKG

lazy-widgets

Version:

Typescript retained mode GUI for the HTML canvas API

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