@thetechcompany/react-gantt-timeline
Version:
[](http://npm.im/react-gantt-timeline) [](http://opensource.org/licenses/MIT) [ • 492 B
TypeScript
declare const pages: {
"9-2018": {
id: number;
name: string;
start: string;
end: string;
color: string;
}[];
"8-2018": {
id: number;
name: string;
start: string;
end: string;
color: string;
}[];
};
export declare const outBoundPages: {
"12-2018": {
id: number;
name: string;
start: string;
end: string;
color: string;
}[];
};
export default pages;