Update #3965 - For Steps

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-30 14:58:41 +03:00
parent fb89a7368a
commit 11935c4204
3 changed files with 131 additions and 110 deletions

View file

@ -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;
}
/**