UNPKG

app-datepicker-rtl

Version:

A custom datepicker element based on Google's Material Design built from scratch with lit-element. Fork of app-datepicker by motts.

5 lines 281 B
declare type SplitStringFn<T> = (n: string, i: number, a: string[]) => T; export declare function splitString(dateString: string): string[]; export declare function splitString<T>(dateString: string, cb: SplitStringFn<T>): T[]; export {}; //# sourceMappingURL=split-string.d.ts.map