UNPKG

@etsoo/toolpad

Version:

Dashboard framework extention based on Toolpad Core

10 lines (9 loc) 198 B
"use client"; // TODO: When we add content to this component, make it non-internal /** * @ignore - internal component. */ function ToolbarActions() { return null; } export { ToolbarActions };