UNPKG

@connect-soft/mui-hook-form

Version:
11 lines 436 B
import { SxProps, Theme } from '@mui/material/styles'; import { ReactElement, ReactNode } from 'react'; export declare const FieldViewMode: ({ fullWidth, hidden, label, sx, value, width }: { fullWidth: boolean; hidden: boolean; label: ReactNode; sx?: SxProps<Theme>; value: string | number | ReactElement; width?: number; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=FieldViewMode.d.ts.map