UNPKG

@wulperstudio/cms

Version:
6 lines (5 loc) 177 B
import React from 'react'; import { BoxProps } from '@mui/material'; export interface HeroFlexModel extends BoxProps { } export declare const HeroFlex: React.FC<HeroFlexModel>;