mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #1780 - Fix typings for renamed slots of Toolbar
This commit is contained in:
parent
64530e4987
commit
6a9346d01b
3 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue