worked on GarageApp stuff
This commit is contained in:
parent
60aaf17af3
commit
eb606572b0
51919 changed files with 2168177 additions and 18 deletions
24
node_modules/@mui/system/esm/Stack/createStack.d.ts
generated
vendored
Normal file
24
node_modules/@mui/system/esm/Stack/createStack.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
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("../createStyled/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 {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue