export enum Feature {
	DATE_PICKER = "datepicker",
	TIMEZONE_CHANGE = "timezone",
	TIME_SELECTOR = "timeselector",
	FILTERS = "filters",
}
