paradiego
This commit is contained in:
9
node_modules/@mui/system/createTheme/shape.d.ts
generated
vendored
Normal file
9
node_modules/@mui/system/createTheme/shape.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
export interface Shape {
|
||||
borderRadius: number;
|
||||
}
|
||||
|
||||
export type ShapeOptions = Partial<Shape>;
|
||||
|
||||
declare const shape: Shape;
|
||||
|
||||
export default shape;
|
||||
Reference in New Issue
Block a user