Refactor #1451 - update d.ts, docs, api-generator

This commit is contained in:
Tuğçe Küçükoğlu 2021-08-17 17:09:43 +03:00
parent 9e6e8633a2
commit 03d111f215
14 changed files with 85 additions and 0 deletions

View file

@ -180,6 +180,14 @@ const ListboxSlots = [
{
name: "empty",
description: "Custom content when there is no data to display"
},
{
name: "content",
description: "Custom content for the virtual scroller"
},
{
name: "loader",
description: "Custom content for the virtual scroller loader items"
}
];