@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
6 lines (5 loc) • 358 B
TypeScript
export declare const NORMATIVE_MODIFIER: ("shift" | "alt" | "control" | "ctrl" | "meta" | "mod")[];
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;