UNPKG

@lobehub/ui

Version:

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

10 lines 278 B
import { TextProps } from "./type.mjs"; import { FC } from "react"; //#region src/Text/Text.d.ts /** * @deprecated Use `Text` from `@lobehub/ui/base-ui` instead. */ declare const Text: FC<TextProps>; //#endregion export { Text as default }; //# sourceMappingURL=Text.d.mts.map