Skip to content

Commit

Permalink
fix(index.ts): change addTransportMode type
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianaCeric committed Nov 20, 2023
1 parent b782632 commit 73e02ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/types/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ export type SliderOptions = {
};

export type CheckboxOptions = {
addTransportMode?: TransportMode;
addTransportMode?: TransportMode | TransportMode[];
default?: boolean;
label: string;
type: "CHECKBOX";
Expand Down

0 comments on commit 73e02ba

Please sign in to comment.