UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 244 B
import { HotkeyProps } from "./type.mjs"; import * as react72 from "react"; //#region src/Hotkey/Hotkey.d.ts declare const Hotkey: react72.NamedExoticComponent<HotkeyProps>; //#endregion export { Hotkey }; //# sourceMappingURL=Hotkey.d.mts.map