UNPKG

dom-helpers

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