UNPKG

igniteui-react-inputs

Version:

Ignite UI React input components.

39 lines (38 loc) 719 B
import { Type } from "igniteui-react-core"; /** * Indicates some simple date formats to be used. */ export declare enum DayOfWeek { /** * First Day of Week is Sunday */ Sunday = 0, /** * First Day of Week is Monday */ Monday = 1, /** * First Day of Week is Tuesday */ Tuesday = 2, /** * First Day of Week is Wednesday */ Wednesday = 3, /** * First Day of Week is Thursday */ Thursday = 4, /** * First Day of Week is Friday */ Friday = 5, /** * First Day of Week is Saturday */ Saturday = 6 } /** * @hidden */ export declare let DayOfWeek_$type: Type;