UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

11 lines 490 B
import { FPSAgeSliderOptions5YearPart } from "./FPSAgeSliderOptions5YearPart"; export const FPSAgeSliderOptions7YearPart = [ ...FPSAgeSliderOptions5YearPart, { key: 9, maxAge: 365 * 6, text: 'The past 6 years', }, { key: 10, maxAge: 365 * 7, text: 'The past 7 years', }, ]; export const FPSAgeSliderOptions7Years = [ ...FPSAgeSliderOptions7YearPart, { key: 11, maxAge: 365 * 100, text: 'All ages', }, ]; //# sourceMappingURL=FPSAgeSliderOptions7YearPart.js.map