Jesus sucks
This commit is contained in:
3
backend/frontend/node_modules/@mui/material/zero-styled/index.d.ts
generated
vendored
Normal file
3
backend/frontend/node_modules/@mui/material/zero-styled/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import useThemeProps from '../styles/useThemeProps';
|
||||
export { default as styled } from '../styles/styled';
|
||||
export declare function createUseThemeProps(name: string): typeof useThemeProps;
|
||||
7
backend/frontend/node_modules/@mui/material/zero-styled/index.js
generated
vendored
Normal file
7
backend/frontend/node_modules/@mui/material/zero-styled/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import useThemeProps from '../styles/useThemeProps';
|
||||
export { default as styled } from '../styles/styled';
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
export function createUseThemeProps(name) {
|
||||
return useThemeProps;
|
||||
}
|
||||
6
backend/frontend/node_modules/@mui/material/zero-styled/package.json
generated
vendored
Normal file
6
backend/frontend/node_modules/@mui/material/zero-styled/package.json
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"sideEffects": false,
|
||||
"module": "./index.js",
|
||||
"main": "../node/zero-styled/index.js",
|
||||
"types": "./index.d.ts"
|
||||
}
|
||||
Reference in New Issue
Block a user