Skip to content

Commit

Permalink
Update MultiSwitchProps in MultiSwitch.doc.tsx
Browse files Browse the repository at this point in the history
The commit changes the MultiSwitchCoreProps parameter to MultiSwitchProps.
  • Loading branch information
vik753 committed Dec 7, 2023
1 parent e2bcea2 commit 603ccf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/docs/MultiSwitch.doc.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class MultiSwitchDoc extends BaseDocsBlock {
[TSkin.Promo]: { type: '@epam/promo:MultiSwitchProps', component: promo.MultiSwitch },
[TSkin.Electric]: { type: '@epam/uui:MultiSwitchProps', component: electric.MultiSwitch },
},
doc: (doc: DocBuilder<uui.MultiSwitchCoreProps<any>>) => {
doc: (doc: DocBuilder<uui.MultiSwitchProps<any>>) => {
doc.merge('size', { defaultValue: '36' });
doc.merge('value', { editorType: 'JsonView', examples: [] });

Expand Down

0 comments on commit 603ccf5

Please sign in to comment.