UNPKG

vue-gantt-3

Version:

A gantt component for Vue 3

19 lines (18 loc) 768 B
import { GanttStyleOption } from '../../../../types'; import { default as dayjs } from 'dayjs'; export interface Props { rowHeight: number; perHourSpacing: number; rowBuffer: number; edgeSpacing: number; ganttMinDate: dayjs.Dayjs; styleOption?: GanttStyleOption; } declare const _default: import('vue').DefineComponent<Props, { onScroll: ({ scrollTop, scrollLeft }: { scrollTop: number; scrollLeft: number; }) => void; onResize: () => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, SVGSVGElement>; export default _default;