FrontPastel/node_modules/@mui/system/createTheme/shape.d.ts

10 lines
147 B
TypeScript
Raw Normal View History

2024-04-17 13:55:11 +00:00
export interface Shape {
borderRadius: number;
}
export type ShapeOptions = Partial<Shape>;
declare const shape: Shape;
export default shape;