mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
This commit is contained in:
parent
ba8f58d1ac
commit
ca572864cf
4 changed files with 52 additions and 44 deletions
6
components/lib/steps/Steps.d.ts
vendored
6
components/lib/steps/Steps.d.ts
vendored
|
@ -141,9 +141,15 @@ export interface StepsProps {
|
|||
readonly?: boolean | undefined;
|
||||
/**
|
||||
* Whether to apply 'router-link-active-exact' class if route exactly matches the item path.
|
||||
* @deprecated since v3.40.0.
|
||||
* @defaultValue true
|
||||
*/
|
||||
exact?: boolean | undefined;
|
||||
/**
|
||||
* Active step index of menuitem.
|
||||
* @defaultValue 0
|
||||
*/
|
||||
activeStep?: number | undefined;
|
||||
/**
|
||||
* Used to pass attributes to DOM elements inside the component.
|
||||
* @type {StepsPassThroughOptions}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue