MCPcopy Create free account
hub / github.com/caplin/FlexLayout / MUIComponent

Interface MUIComponent

demo/MUIComponent.tsx:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import Switch from '@mui/material/Switch';
6
7interface MUIComponent extends SliderProps {
8 success?: boolean;
9}
10
11const StyledSlider = styled(Slider, {
12 shouldForwardProp: (prop) => prop !== 'success',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected