mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #4703 - Steps: Property 'step' does not exist on type 'StepsRouterBindProps'.
This commit is contained in:
parent
1505c11f9f
commit
e9991ba7de
1 changed files with 1 additions and 1 deletions
2
components/lib/steps/Steps.d.ts
vendored
2
components/lib/steps/Steps.d.ts
vendored
|
@ -115,7 +115,7 @@ export interface StepsRouterBindProps {
|
|||
/**
|
||||
* Icon element binding
|
||||
*/
|
||||
icon: object;
|
||||
step: object;
|
||||
/**
|
||||
* Label element binding
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue