Gazebo_simulation-Frontend/node_modules/dom-helpers/cjs/camelizeStyle.d.ts

3 lines
149 B
TypeScript
Raw Normal View History

2020-12-21 11:29:31 -04:00
import { CamelProperty, Property } from './types';
export default function camelizeStyleName<T extends string = Property>(string: T): CamelProperty;