Appearance
将命名转换为短横线命名
import { toKebabCase } from '@pinos-ui/utils'
export declare function toKebabCase(value: string): string;