UNPKG

@lobehub/ui

Version:

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

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