UNPKG

@lobehub/ui

Version:

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

6 lines (5 loc) 168 B
import { FC } from 'react'; import { type GridProps } from "../../Grid"; export type CardsProps = GridProps; declare const Cards: FC<CardsProps>; export default Cards;