mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update #3965 - For Steps
This commit is contained in:
parent
fb89a7368a
commit
11935c4204
3 changed files with 131 additions and 110 deletions
5
components/lib/steps/Steps.d.ts
vendored
5
components/lib/steps/Steps.d.ts
vendored
|
@ -85,6 +85,11 @@ export interface StepsProps {
|
|||
* @type {StepsPassThroughOptions}
|
||||
*/
|
||||
pt?: StepsPassThroughOptions;
|
||||
/**
|
||||
* When enabled, it removes component related styles in the core.
|
||||
* @defaultValue false
|
||||
*/
|
||||
unstyled?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue