/** * this enum is used to define inner actions * so when the component emits an event, the action is included in the event object * that way the parent component can know what action trigger the event. * for example when a user clicks the Reset button. */ export declare enum RangeDatepickerInActions { IN_RESET_DATE_RANGE = 0, IN_APPLY = 1, INIT = 2, INPUT_RANGE_DATE = 3 } //# sourceMappingURL=range-datepicker-in-actions.enum.d.ts.map