UNPKG

@lobehub/ui

Version:

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

9 lines (8 loc) 258 B
import { GridProps } from "../../Grid/type.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