UNPKG

@lobehub/ui

Version:

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

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