Gazebo_simulation-Frontend/node_modules/dom-helpers/cjs/camelizeStyle.d.ts
2020-12-21 10:29:31 -05:00

3 lines
149 B
TypeScript

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