@guestbell/react-page-plugins
Version:
Plugins we use in GuestBell for working with amazing react-page package
21 lines • 803 B
JavaScript
import { lazyLoad } from '@react-page/editor';
import * as React from 'react';
var AspectRatio = lazyLoad(function () {
return import('@mui/icons-material/AspectRatio');
});
export var defaultTranslations = {
pluginName: 'Spacer',
pluginDescription: 'Resizable, empty space.',
elementHeightLabel: 'Element height (px)'
};
export var defaultSettings = {
Controls: function Controls() {
return /*#__PURE__*/React.createElement(React.Fragment, null, " Controls for this plugin were not provided");
},
Renderer: function Renderer() {
return /*#__PURE__*/React.createElement(React.Fragment, null, "Renderer; for this plugin was not provided ");
},
translations: defaultTranslations,
icon: /*#__PURE__*/React.createElement(AspectRatio, null)
};
//# sourceMappingURL=settings.js.map