Buckets:
ktongue/docker_container / CAD_kevin /frontend /node_modules /@mui /system /Container /createContainer.d.ts
| import * as React from 'react'; | |
| import { Interpolation, MUIStyledComponent as StyledComponent } from '@mui/styled-engine'; | |
| import { OverridableComponent } from '@mui/types'; | |
| import { ContainerProps, ContainerTypeMap } from './ContainerProps'; | |
| import { Theme as DefaultTheme } from '../createTheme'; | |
| interface StyleFnProps<Theme> extends ContainerProps { | |
| theme: Theme; | |
| ownerState: ContainerProps; | |
| } | |
| type RequiredThemeStructure = Pick<DefaultTheme, 'breakpoints' | 'spacing'>; | |
| export default function createContainer<Theme extends RequiredThemeStructure = DefaultTheme>(options?: { | |
| createStyledComponent?: (...styles: Array<Interpolation<StyleFnProps<Theme>>>) => StyledComponent<ContainerProps>; | |
| useThemeProps?: (inProps: ContainerProps) => ContainerProps & { | |
| component?: React.ElementType; | |
| }; | |
| componentName?: string; | |
| }): OverridableComponent<ContainerTypeMap<{}, "div">>; | |
| export {}; | |
Xet Storage Details
- Size:
- 915 Bytes
- Xet hash:
- aae151ae4cef9bd92cc2d3f2c673e541b6a2cccbb5b753221ebfcd7843c1d439
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.