UNPKG

materialuiupgraded

Version:

Material-UI's workspace package

10 lines (6 loc) 156 B
export interface Shape { borderRadius: number; } export type ShapeOptions = Partial<Shape>; declare const shape: Shape; export default shape;