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

@ -286,6 +286,14 @@ const MultiSelectSlots = [
{
name: "chip",
description: "Custom content for the chip display."
},
{
name: "content",
description: "Custom content for the virtual scroller"
},
{
name: "loader",
description: "Custom content for the virtual scroller loader items"
}
];