UNPKG

@lobehub/ui

Version:

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

7 lines 215 B
import { EmptyProps } from "./type.mjs"; import { FC } from "react"; //#region src/Empty/Empty.d.ts declare const Empty: FC<EmptyProps>; //#endregion export { Empty as default }; //# sourceMappingURL=Empty.d.mts.map