Skip to content

Commit

Permalink
fix(step): make customStepIndicator nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
u_m1gf6 authored and u_m1gf6 committed Jul 5, 2023
1 parent 4f2c52f commit 5080dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/steps/src/components/step/Component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export type StepProps = {
/**
* Свойства кастомного индикатора текущего шага
*/
customStepIndicator?: StepIndicatorProps;
customStepIndicator?: StepIndicatorProps | null;

/**
* Управление ориентацией компонента
Expand Down

0 comments on commit 5080dc8

Please sign in to comment.