@mui/codemod
Version:
Codemod scripts for Material UI.
104 lines (103 loc) • 2.16 kB
JavaScript
"use strict";
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
var _SpeedDialAction = _interopRequireDefault(require("@mui/material/SpeedDialAction"));
var _material = require("@mui/material");
var _jsxRuntime = require("react/jsx-runtime");
/*#__PURE__*/(0, _jsxRuntime.jsx)(_SpeedDialAction.default, {
slotProps: {
tooltip: {
title: "test"
}
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_SpeedDialAction.default, {
slotProps: {
tooltip: {
open: true
}
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_SpeedDialAction.default, {
slotProps: {
tooltip: {
placement: "test"
}
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_SpeedDialAction.default, {
slotProps: {
tooltip: {
classes: TooltipClasses
}
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_SpeedDialAction.default, {
slotProps: {
fab: FabProps
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_SpeedDialAction.default, {
slotProps: {
tooltip: {
title: "test",
placement: "top",
open: true,
classes: TooltipClasses
}
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_SpeedDialAction.default, {
slotProps: {
tooltip: {
title: "test",
placement: "top",
open: true,
classes: TooltipClasses
},
fab: FabProps
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.SpeedDialAction, {
slotProps: {
tooltip: {
title: "test"
}
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.SpeedDialAction, {
slotProps: {
tooltip: {
open: true
}
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.SpeedDialAction, {
slotProps: {
tooltip: {
placement: "test"
}
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.SpeedDialAction, {
slotProps: {
tooltip: {
classes: TooltipClasses
}
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.SpeedDialAction, {
slotProps: {
fab: FabProps
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.SpeedDialAction, {
slotProps: {
tooltip: {
title: "test",
placement: "top",
open: true,
classes: TooltipClasses
},
fab: FabProps
}
});