paradiego
This commit is contained in:
21
node_modules/@mui/system/Stack/createStack.d.ts
generated
vendored
Normal file
21
node_modules/@mui/system/Stack/createStack.d.ts
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
import * as React from 'react';
|
||||
import { OverridableComponent } from '@mui/types';
|
||||
import { StackTypeMap, StackOwnerState } from './StackProps';
|
||||
import { Breakpoints } from '../createBreakpoints/createBreakpoints';
|
||||
import { Spacing } from '../createTheme/createSpacing';
|
||||
interface StyleFunctionProps {
|
||||
theme: {
|
||||
breakpoints: Breakpoints;
|
||||
spacing: Spacing;
|
||||
};
|
||||
ownerState: StackOwnerState;
|
||||
}
|
||||
declare const defaultCreateStyledComponent: import("@mui/styled-engine").CreateStyledComponent<import("../createStyled").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 {};
|
||||
Reference in New Issue
Block a user