mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #4433 - Sidebar
This commit is contained in:
parent
66cfbe54fc
commit
0f86b62fe2
3 changed files with 29 additions and 12 deletions
10
components/lib/sidebar/Sidebar.d.ts
vendored
10
components/lib/sidebar/Sidebar.d.ts
vendored
|
@ -188,6 +188,16 @@ export interface SidebarSlots {
|
|||
*/
|
||||
class: any;
|
||||
}): VNode[];
|
||||
/**
|
||||
* Custom container slot.
|
||||
* @param {Object} scope - container slot's params.
|
||||
*/
|
||||
container(scope: {
|
||||
/**
|
||||
* Close sidebar function.
|
||||
*/
|
||||
onClose: () => void;
|
||||
}): VNode[];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue