UNPKG

@state-less/leap-frontend

Version:

A collection of open source fullstack services powered by React Server

6 lines (5 loc) 226 B
import { BoxProps } from '@mui/material'; import { PropsWithChildren } from 'react'; export declare const FlexBox: ({ sx, ...rest }: PropsWithChildren<{ sx?: BoxProps['sx']; }>) => import("react/jsx-runtime").JSX.Element;