Appearance
将命名转换为驼峰命名
import { toCamelCase } from '@pinos-ui/utils'
export declare function toCamelCase(value: string): string;