UNPKG

igniteui-angular

Version:

Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps

9 lines (8 loc) 273 B
/** * This enumeration is used to configure whether the date/time picker has an editable input with drop down * or is readonly - the date/time is selected only through a dialog. */ export declare enum InteractionMode { DropDown = "dropdown", Dialog = "dialog" }