Buckets:
| import * as React from 'react'; | |
| import { Interpolation, MUIStyledComponent as StyledComponent } from '@mui/styled-engine'; | |
| import { OverridableComponent } from '@mui/types'; | |
| import { ContainerProps, ContainerTypeMap } from "./ContainerProps.js"; | |
| import { Theme as DefaultTheme } from "../createTheme/index.js"; | |
| 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:
- 910 Bytes
- Xet hash:
- fd4af74e7bab55024aacedeb4157c315db1cbe58fefc04897befe10d2e55f345
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.