Skip to content

Commit

Permalink
Allow sliceType to be optional
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Jan 28, 2024
1 parent 4d963dc commit c24d6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reexport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ type NiiVueOptions = {
thumbnail?: string;

// from NVConfigOptions
sliceType: SLICE_TYPE
sliceType?: SLICE_TYPE
};

export type { NiiVueOptions };

0 comments on commit c24d6e4

Please sign in to comment.