idlize
1
2declare enum CalendarAlign {3START = 0,4CENTER = 1,5END = 26}
7
8declare class CalendarPickerAttribute extends CommonMethod<CalendarPickerAttribute> {9
10edgeAlign(alignType: CalendarAlign, offset?: Offset): CalendarPickerAttribute;11}
12