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