UNPKG

@etsoo/toolpad

Version:

Dashboard framework extention based on Toolpad Core

12 lines (11 loc) 289 B
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ToolbarActions = ToolbarActions; // TODO: When we add content to this component, make it non-internal /** * @ignore - internal component. */ function ToolbarActions() { return null; }