UNPKG

dom-helpers

Version:
3 lines (2 loc) 154 B
import { CamelProperty, Property } from './types.d.ts'; export default function camelizeStyleName<T extends string = Property>(string: T): CamelProperty;