UNPKG

@wordpress/interactivity

Version:

Package that provides a standard and simple way to handle the frontend interactivity of Gutenberg blocks.

8 lines 288 B
/** * Transforms a kebab-case string to camelCase. * * @param {string} str The kebab-case string to transform to camelCase. * @return {string} The transformed camelCase string. */ export function kebabToCamelCase(str: string): string; //# sourceMappingURL=kebab-to-camelcase.d.ts.map