worked on GarageApp stuff
This commit is contained in:
parent
60aaf17af3
commit
eb606572b0
51919 changed files with 2168177 additions and 18 deletions
22
node_modules/@mui/system/esm/positions/positions.js
generated
vendored
Normal file
22
node_modules/@mui/system/esm/positions/positions.js
generated
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
import style from "../style/index.js";
|
||||
import compose from "../compose/index.js";
|
||||
export const position = style({
|
||||
prop: 'position'
|
||||
});
|
||||
export const zIndex = style({
|
||||
prop: 'zIndex',
|
||||
themeKey: 'zIndex'
|
||||
});
|
||||
export const top = style({
|
||||
prop: 'top'
|
||||
});
|
||||
export const right = style({
|
||||
prop: 'right'
|
||||
});
|
||||
export const bottom = style({
|
||||
prop: 'bottom'
|
||||
});
|
||||
export const left = style({
|
||||
prop: 'left'
|
||||
});
|
||||
export default compose(position, zIndex, top, right, bottom, left);
|
||||
Loading…
Add table
Add a link
Reference in a new issue