@types/camelcase-css
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • Public • Published

Installation

npm install --save @types/camelcase-css

Summary

This package contains type definitions for camelcase-css (https://github.com/stevenvachon/camelcase-css#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/camelcase-css.

index.d.ts

/**
 * Convert a kebab-cased CSS property into a camelCased DOM property.
 */
declare function camelCaseCSS(property: string): string;

export = camelCaseCSS;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: none

Credits

These definitions were written by Piotr Błażejewicz.

Dependents (0)

Package Sidebar

Install

npm i @types/camelcase-css

Weekly Downloads

12,303

Version

2.0.2

License

MIT

Unpacked Size

2.94 kB

Total Files

5

Last publish

Collaborators

  • types