UNPKG

@lobehub/ui

Version:

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

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