export type RangeSide = 'from' | 'to'; export type OptionType = 'list' | 'standard' | 'range';