mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
.d.ts updates
This commit is contained in:
parent
f2024af40d
commit
95d3740f63
46 changed files with 396 additions and 380 deletions
4
components/dock/Dock.d.ts
vendored
4
components/dock/Dock.d.ts
vendored
|
@ -21,7 +21,7 @@ export interface DockTooltipOptions {
|
|||
event: 'hover' | 'focus' | undefined;
|
||||
/**
|
||||
* Position of element.
|
||||
* @defaultValue bottom
|
||||
* @defaultValue 'bottom'
|
||||
*/
|
||||
position: 'bottom' | 'top' | 'left' | 'right' | undefined;
|
||||
/**
|
||||
|
@ -40,7 +40,7 @@ export interface DockProps {
|
|||
model?: MenuItem[] | undefined;
|
||||
/**
|
||||
* Position of element.
|
||||
* @defaultValue bottom
|
||||
* @defaultValue 'bottom'
|
||||
*/
|
||||
position?: 'bottom' | 'top' | 'left' | 'right' | undefined;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue