| Current Path : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/@mui/system/createTheme/ |
| Current File : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/@mui/system/createTheme/shape.d.ts |
export interface Shape {
borderRadius: number;
}
export type ShapeOptions = Partial<Shape>;
declare const shape: Shape;
export default shape;