UNPKG

@wulperstudio/cms

Version:
7 lines (6 loc) 215 B
import React from 'react'; import { BoxProps } from '@mui/material'; interface MasonryGridModel extends BoxProps { } export declare const MasonryGrid: React.FC<React.PropsWithChildren<MasonryGridModel>>; export {};