UNPKG

@material-ui/core

Version:

React components that implement Google's Material Design.

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