UNPKG

@lobehub/ui

Version:

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

10 lines (9 loc) 289 B
import { GridProps } from "../../Grid/type.mjs"; import "../../Grid/index.mjs"; import { FC } from "react"; //#region src/mdx/Cards/index.d.ts type CardsProps = GridProps; declare const Cards: FC<CardsProps>; //#endregion export { Cards, CardsProps }; //# sourceMappingURL=index.d.mts.map