Buckets:
| import * as React from 'react'; | |
| import { OverridableComponent } from '@mui/types'; | |
| import { StackTypeMap, StackOwnerState } from "./StackProps.js"; | |
| import { Breakpoints } from "../createBreakpoints/createBreakpoints.js"; | |
| import { Spacing } from "../createTheme/createSpacing.js"; | |
| interface StyleFunctionProps { | |
| theme: { | |
| breakpoints: Breakpoints; | |
| spacing: Spacing; | |
| }; | |
| ownerState: StackOwnerState; | |
| } | |
| declare const defaultCreateStyledComponent: import("@mui/styled-engine").CreateStyledComponent<import("../index.js").MUIStyledCommonProps<any>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof React.ClassAttributes<HTMLDivElement> | keyof React.HTMLAttributes<HTMLDivElement>>, {}, any>; | |
| declare function useThemePropsDefault<T extends {}>(props: T): T; | |
| export declare const style: ({ | |
| ownerState, | |
| theme | |
| }: StyleFunctionProps) => any; | |
| export default function createStack(options?: { | |
| createStyledComponent?: typeof defaultCreateStyledComponent; | |
| useThemeProps?: typeof useThemePropsDefault; | |
| componentName?: string; | |
| }): OverridableComponent<StackTypeMap<{}, "div">>; | |
| export {}; |
Xet Storage Details
- Size:
- 1.14 kB
- Xet hash:
- c5532e2a1882c71e0e11953b800bfb96b05ba3420f830389b92078eab5fc7cfb
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.