Skip to content

Commit

Permalink
Update use-properties-selector.tsx (#50)
Browse files Browse the repository at this point in the history
Fixed spelling.
  • Loading branch information
geon authored Nov 17, 2023
1 parent d212ad6 commit 2ad9a9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export type UsePropertiesSelectorOptions<TPropertyDef, TPropertyValueDef> = {
readonly itemComparer?: ItemComparer<TPropertyValueDef>;
readonly propertyComparer?: (a: TPropertyDef, b: TPropertyDef) => number;

readonly unitLables: UnitLabels;
readonly unitLabels: UnitLabels;
};

export type BasePropertyInfo = {
Expand Down

0 comments on commit 2ad9a9c

Please sign in to comment.