mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
parent
a01b5696fd
commit
c35ef2ccd5
3 changed files with 36 additions and 3 deletions
8
components/lib/tabview/TabView.d.ts
vendored
8
components/lib/tabview/TabView.d.ts
vendored
|
@ -151,6 +151,14 @@ export interface TabViewProps {
|
|||
* @deprecated since v3.26.0. Use 'pt' property instead.
|
||||
*/
|
||||
nextButtonProps?: ButtonHTMLAttributes | undefined;
|
||||
/**
|
||||
* Prev icon of the scrollable tabview.
|
||||
*/
|
||||
prevIcon?: string | undefined;
|
||||
/**
|
||||
* Next icon of the scrollable tabview.
|
||||
*/
|
||||
nextIcon?: string | undefined;
|
||||
/**
|
||||
* Uses to pass attributes to DOM elements inside the component.
|
||||
* @type {TabViewPassThroughOptions}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue