UNPKG

@lobehub/ui

Version:

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

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