Skip to content

Commit

Permalink
Merge pull request #1456 from moonshine-software/in-dropdown
Browse files Browse the repository at this point in the history
feat: IndexButtons/QueryTags in dropdown
  • Loading branch information
lee-to authored Jan 9, 2025
2 parents 4ee999c + 60e9e1e commit 14c68e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/UI/ActionButtonContract.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
namespace MoonShine\Contracts\UI;

use Closure;
use Illuminate\Support\Traits\Conditionable;
use MoonShine\Contracts\Core\PageContract;
use MoonShine\Contracts\Core\ResourceContract;
use MoonShine\Contracts\Core\TypeCasts\DataWrapperContract;
Expand All @@ -17,6 +18,8 @@
*
* @extends HasModalContract<TModal>
* @extends HasOffCanvasContract<TOffCanvas>
*
* @mixin Conditionable
*/
interface ActionButtonContract extends
ComponentContract,
Expand Down

0 comments on commit 14c68e2

Please sign in to comment.