worked on GarageApp stuff
This commit is contained in:
parent
60aaf17af3
commit
eb606572b0
51919 changed files with 2168177 additions and 18 deletions
28
node_modules/@mui/material/esm/CssBaseline/CssBaseline.d.ts
generated
vendored
Normal file
28
node_modules/@mui/material/esm/CssBaseline/CssBaseline.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
import * as React from 'react';
|
||||
import { StyledComponentProps } from "../styles/index.js";
|
||||
export interface CssBaselineProps extends StyledComponentProps<never> {
|
||||
/**
|
||||
* You can wrap a node.
|
||||
*/
|
||||
children?: React.ReactNode;
|
||||
/**
|
||||
* Enable `color-scheme` CSS property to use `theme.palette.mode`.
|
||||
* For more details, check out https://developer.mozilla.org/en-US/docs/Web/CSS/color-scheme
|
||||
* For browser support, check out https://caniuse.com/?search=color-scheme
|
||||
* @default false
|
||||
*/
|
||||
enableColorScheme?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
* Kickstart an elegant, consistent, and simple baseline to build upon.
|
||||
*
|
||||
* Demos:
|
||||
*
|
||||
* - [CSS Baseline](https://mui.com/material-ui/react-css-baseline/)
|
||||
*
|
||||
* API:
|
||||
*
|
||||
* - [CssBaseline API](https://mui.com/material-ui/api/css-baseline/)
|
||||
*/
|
||||
export default function CssBaseline(props: CssBaselineProps): React.JSX.Element;
|
||||
Loading…
Add table
Add a link
Reference in a new issue