gather-content-ui
Version:
GatherContent UI Library
6 lines • 445 B
TypeScript
export declare const pluralisePerson: (count: any) => string;
export declare const pluraliseHas: (count: any) => "has" | "have";
export declare const filterUsers: (users: any, term: any, searchByEmail?: boolean) => any;
export declare const toPixels: (value: string | number, percentageOf?: number) => number;
export declare const keepValueWithinRange: (start: number, min?: number, max?: number) => number;
//# sourceMappingURL=helpers.d.ts.map