UNPKG

@wulperstudio/cms

Version:
8 lines (7 loc) 234 B
import { BoxProps } from '@mui/material'; import React from 'react'; export interface GridCardsPropsModel extends BoxProps { gridColumns?: string; gap?: string; } export declare const GridCards: React.FC<GridCardsPropsModel>;