UNPKG

@lobehub/ui

Version:

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

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