@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
12 lines • 559 B
JavaScript
import { FPSAgeSliderOptions7YearPart } from "./FPSAgeSliderOptions7YearPart";
export const FPSAgeSliderOptions10YearPart = [
...FPSAgeSliderOptions7YearPart,
{ key: 11, maxAge: 365 * 8, text: 'The past 8 years', },
{ key: 12, maxAge: 365 * 9, text: 'The past 9 years', },
{ key: 13, maxAge: 365 * 10, text: 'The past 10 years', },
];
export const FPSAgeSliderOptions10Years = [
...FPSAgeSliderOptions10YearPart,
{ key: 14, maxAge: 365 * 100, text: 'All ages', },
];
//# sourceMappingURL=FPSAgeSliderOptions10YearPart.js.map