Sha256: f8055b793457731805d25310714171a8a74b5b4ceec49bcf69bb12e818eb4630
Contents?: true
Size: 559 Bytes
Versions: 2
Compression:
Stored size: 559 Bytes
Contents
declare type FpTypes = { setDate: (arg0: any, arg1: boolean) => void; config: { [key: string]: string; }; clear: (arg0: boolean, arg1: boolean) => void; close: () => void; calendarContainer?: { classList: { add: (arg0: string) => void; }; prepend: (arg0: HTMLDivElement) => void; append: (arg0: HTMLDivElement) => void; }; loadedPlugins: string[]; }; declare const quickPickPlugin: (thisRangesEndToday: boolean) => (fp: FpTypes & any) => any; export default quickPickPlugin;
Version data entries
2 entries across 2 versions & 1 rubygems