mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
parent
f93e2be93d
commit
cd7ef52319
32 changed files with 239 additions and 53 deletions
6
components/lib/tabview/TabView.d.ts
vendored
6
components/lib/tabview/TabView.d.ts
vendored
|
@ -152,11 +152,13 @@ export interface TabViewProps {
|
|||
*/
|
||||
nextButtonProps?: ButtonHTMLAttributes | undefined;
|
||||
/**
|
||||
* Prev icon of the scrollable tabview.
|
||||
* Previous icon of the scrollable tabview.
|
||||
* @deprecated since v3.27.0. Use 'previousicon' slot.
|
||||
*/
|
||||
prevIcon?: string | undefined;
|
||||
/**
|
||||
* Next icon of the scrollable tabview.
|
||||
* @deprecated since v3.27.0. Use 'next' slot.
|
||||
*/
|
||||
nextIcon?: string | undefined;
|
||||
/**
|
||||
|
@ -177,7 +179,7 @@ export interface TabViewSlots {
|
|||
/**
|
||||
* Previous button icon template for the scrollable component.
|
||||
*/
|
||||
previcon(): VNode[];
|
||||
previousicon(): VNode[];
|
||||
/**
|
||||
* Next button icon template for the scrollable component.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue