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 { EmojiPickerProps } from "./type.mjs"; import * as react5 from "react"; //#region src/EmojiPicker/EmojiPicker.d.ts declare const EmojiPicker: react5.NamedExoticComponent<EmojiPickerProps>; //#endregion export { EmojiPicker }; //# sourceMappingURL=EmojiPicker.d.mts.map