UNPKG

gather-content-ui

Version:
6 lines 445 B
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