paradiego
This commit is contained in:
9
node_modules/@mui/system/CSSProperties.d.ts
generated
vendored
Normal file
9
node_modules/@mui/system/CSSProperties.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import * as CSS from 'csstype';
|
||||
|
||||
/**
|
||||
* All non-vendor-prefixed CSS properties. (Also allows `number` in order to support CSS-in-JS libs,
|
||||
* since they are converted to `px`.)
|
||||
*/
|
||||
export interface CSSProperties
|
||||
extends CSS.StandardProperties<number | string>,
|
||||
CSS.SvgProperties<number | string> {}
|
||||
Reference in New Issue
Block a user