UNPKG

@progress/kendo-react-gantt

Version:

React Gantt enables the display of self-referencing tabular data with many features. KendoReact Gantt package

21 lines (20 loc) 842 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { GanttViewHandle, GanttViewProps } from '../interfaces/GanttView.js'; import * as React from 'react'; /** * @hidden */ export interface GanttWeekViewProps extends GanttViewProps { } /** * Represents the KendoReact WeekView Component. */ export declare const GanttWeekView: React.ForwardRefExoticComponent<GanttWeekViewProps & React.RefAttributes<GanttViewHandle | null>>; /** @hidden */ export declare const ganttWeekViewDefaultProps: GanttWeekViewProps;