UNPKG

ringcentral-widgets

Version:
7 lines (6 loc) 145 B
export interface WeekdaysSelectProps { selected: any[]; onSelect: (...args: any[]) => any; multiple?: boolean; currentLocale?: string; }