Files
Gemini-Search/node_modules/dom-helpers/cjs/camelizeStyle.d.ts
Ammaar Reshi d6025af146 Initial commit
2025-01-04 14:06:53 +00:00

3 lines
149 B
TypeScript

import { CamelProperty, Property } from './types';
export default function camelizeStyleName<T extends string = Property>(string: T): CamelProperty;