@elemental/ui / TypeAliasLmnCompareFn Generic types:T Compare functionPresentation type LmnCompareFn = (o1: T, o2: T) => boolean;