UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 268 B
import { TypographyProps } from "./type.mjs"; import * as react1 from "react"; //#region src/Markdown/Typography.d.ts declare const Typography: react1.NamedExoticComponent<TypographyProps>; //#endregion export { Typography }; //# sourceMappingURL=Typography.d.mts.map