@konstructio/ui
Version:
A set of reusable and customizable React components built for konstruct.io
26 lines (25 loc) • 330 B
JavaScript
var a = [
{
value: "today",
label: "Today"
},
{
value: "current-month",
label: "Current month"
},
{
value: "custom",
label: "Custom"
},
{
value: "last-7-days",
label: "Last 7 days"
},
{
value: "last-2-weeks",
label: "Last 2 weeks"
}
];
export {
a as PRESET_OPTIONS
};