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

11 lines (10 loc) 268 B
declare class Config { private data; constructor(); load: (values?: any) => void; populate(values: any, defvalues: any, final: any): void; isObject(value: any): boolean; get values(): any; } declare const config: Config; export default config;