feature - trigger slot for Dropdown

This commit is contained in:
Nikita Brylev 2021-08-19 19:21:56 +03:00
parent 63b1d95667
commit 681b66f563
4 changed files with 12 additions and 1 deletions

View file

@ -283,6 +283,10 @@ const DividerSlots = [
{
name: "loader",
description: "Custom content for the virtual scroller loader items"
},
{
name: "trigger",
description: "Custom content for the component's trigger"
}
];