import clsx from 'clsx'; const ActionPanelTitle = ( { children, className = '' } ) => { return

{ children }

; }; export default ActionPanelTitle;