UNPKG

@cmk/fe_utils

Version:
5 lines (3 loc) 172 B
import { StackProps } from '@mui/material'; export type FlexProps = StackProps; export declare const Flex: (props: StackProps) => import("react/jsx-runtime").JSX.Element;