mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
.d.ts updates
This commit is contained in:
parent
f2024af40d
commit
95d3740f63
46 changed files with 396 additions and 380 deletions
2
components/splitbutton/SplitButton.d.ts
vendored
2
components/splitbutton/SplitButton.d.ts
vendored
|
@ -40,7 +40,7 @@ export interface SplitButtonProps {
|
|||
/**
|
||||
* A valid query selector or an HTMLElement to specify where the overlay gets attached.
|
||||
* Special keywords are 'body' for document body and 'self' for the element itself.
|
||||
* @defaultValue body
|
||||
* @defaultValue 'body'
|
||||
*/
|
||||
appendTo?: 'body' | 'self' | string | undefined | HTMLElement;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue