Fixed #1780 - Fix typings for renamed slots of Toolbar

This commit is contained in:
Tuğçe Küçükoğlu 2021-12-01 11:16:47 +03:00
parent 64530e4987
commit 6a9346d01b
3 changed files with 6 additions and 6 deletions

View file

@ -1,10 +1,10 @@
const ToolbarSlots = [
{
name: "left",
name: "start",
description: "Custom content for the component's left side"
},
{
name: "right",
name: "end",
description: "Custom content for the component's right side"
}
];