UNPKG

@etsoo/toolpad

Version:

Dashboard framework extention based on Toolpad Core

19 lines (18 loc) 710 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.AccountPopoverFooter = AccountPopoverFooter; const jsx_runtime_1 = require("react/jsx-runtime"); const Box_1 = __importDefault(require("@mui/material/Box")); function AccountPopoverFooter(props) { const { children, ...rest } = props; return ((0, jsx_runtime_1.jsx)(Box_1.default, { ...rest, sx: { display: "flex", flexDirection: "row", p: 1, justifyContent: "flex-end", ...rest.sx }, children: children })); }