UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

6 lines 260 B
export type YMDFormat = [string, string, string, string?, string?, string?, string?]; export interface Calendar { toYMDFunc: (cellText: string) => YMDFormat; fromYMDFunc: (YMD: YMDFormat) => string; } //# sourceMappingURL=calendarFunctionality.d.ts.map