Skip to content

Commit

Permalink
reuse type
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasneirynck committed Sep 15, 2020
1 parent 0c0eb69 commit 51b376e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ export class DynamicStyleProperty<T>
}
}

export function getNumericalMbFeatureStateValue(value: string | number | null | undefined) {
export function getNumericalMbFeatureStateValue(value: RawValue) {
if (typeof value !== 'string') {
return value;
}
Expand Down

0 comments on commit 51b376e

Please sign in to comment.