UNPKG

@etsoo/toolpad

Version:

Dashboard framework extention based on Toolpad Core

13 lines (12 loc) 553 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.AccountPopoverHeader = AccountPopoverHeader; const jsx_runtime_1 = require("react/jsx-runtime"); const Stack_1 = __importDefault(require("@mui/material/Stack")); function AccountPopoverHeader(props) { const { children, ...rest } = props; return (0, jsx_runtime_1.jsx)(Stack_1.default, { ...rest, children: children }); }