@mui/codemod
Version:
Codemod scripts for Material UI.
56 lines (55 loc) • 1.76 kB
JavaScript
;
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, {
tooltipTitle: "test"
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_SpeedDialAction.default, {
tooltipOpen: true
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_SpeedDialAction.default, {
tooltipPlacement: "test"
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_SpeedDialAction.default, {
TooltipClasses: TooltipClasses
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_SpeedDialAction.default, {
FabProps: FabProps
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_SpeedDialAction.default, {
TooltipClasses: TooltipClasses,
tooltipOpen: true,
tooltipPlacement: "top",
tooltipTitle: "test"
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_SpeedDialAction.default, {
TooltipClasses: TooltipClasses,
tooltipOpen: true,
tooltipPlacement: "top",
tooltipTitle: "test",
FabProps: FabProps
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.SpeedDialAction, {
tooltipTitle: "test"
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.SpeedDialAction, {
tooltipOpen: true
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.SpeedDialAction, {
tooltipPlacement: "test"
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.SpeedDialAction, {
TooltipClasses: TooltipClasses
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.SpeedDialAction, {
FabProps: FabProps
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.SpeedDialAction, {
TooltipClasses: TooltipClasses,
tooltipOpen: true,
tooltipPlacement: "top",
tooltipTitle: "test",
FabProps: FabProps
});