knowledgebase_law/node_modules/style-to-js/cjs/utilities.d.ts

11 lines
262 B
TypeScript
Raw Normal View History

2025-04-11 23:47:09 +08:00
/**
* CamelCase options.
*/
export interface CamelCaseOptions {
reactCompat?: boolean;
}
/**
* CamelCases a CSS property.
*/
export declare const camelCase: (property: string, options?: CamelCaseOptions) => string;
//# sourceMappingURL=utilities.d.ts.map