UNPKG

@lobehub/ui

Version:

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

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