UNPKG

@thetechcompany/react-gantt-timeline

Version:

[![npm](https://img.shields.io/npm/v/react-gantt-timeline.svg?style=flat-square)](http://npm.im/react-gantt-timeline) [![MIT License](https://img.shields.io/npm/l/react-list.svg?style=flat-square)](http://opensource.org/licenses/MIT) [![Travis](https://tr

19 lines (18 loc) 579 B
export declare const useDataItem: (id: string | number) => { index: number; id?: string | number | undefined; start?: Date | undefined; end?: Date | undefined; name?: string | undefined; color?: string | undefined; showLabel?: string | boolean | undefined; } | undefined; export declare const useData: () => { index: number; id?: string | number | undefined; start?: Date | undefined; end?: Date | undefined; name?: string | undefined; color?: string | undefined; showLabel?: string | boolean | undefined; }[] | undefined;