UNPKG

kupos-ui-components-lib

Version:

A reusable UI components package

36 lines (35 loc) 875 B
export interface FilterBarProps { variant?: "mobile" | "desktop"; t?: (key: string) => string; serviceList?: any; setServiceList?: any; allSchedules?: any; showReturnTripModal?: boolean; filterArrData?: any; isBlankTicket?: boolean; operatorId?: any; filtersArray?: any; setFiltersArray?: any; metaData?: any; busTerminals?: any; setTypes?: any; colors: { selectedColor?: string; selectedTextColor?: string; }; icons?: { iconSunrise?: string; iconSunriseOrange?: string; iconMorning?: string; iconMorningOrange?: string; iconSunset?: string; iconSunsetOrange?: string; iconNight?: string; iconNightOrange?: string; }; translation?: { [key: string]: string; }; isTrain?: boolean; isPeru?: boolean; }