schema-components - v3.7.0
    Preparing search index...

    Interface MuiComponents

    Element types the MUI resolver renders into. Every slot is the MUI component the corresponding render function expects to find at the call site; consumers wire these in once via createMuiResolver so the resolver can be used in SSR and multi-tenant contexts where two callers might inject different element types.

    interface MuiComponents {
        TextField: ElementType;
        Checkbox: ElementType;
        Typography: ElementType;
        Box: ElementType;
        MenuItem: ElementType;
        FormControlLabel: ElementType;
    }
    Index

    Properties

    TextField: ElementType
    Checkbox: ElementType
    Typography: ElementType
    Box: ElementType
    MenuItem: ElementType
    FormControlLabel: ElementType