UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

5 lines (4 loc) 258 B
export declare const splitKeysByPlus: (keys: string) => string[]; export declare const startCase: (str: string) => string; export declare const checkIsAppleDevice: (isApple?: boolean) => boolean; export declare const combineKeys: (keys: string[]) => string;