UNPKG

@prefecthq/prefect-ui-library

Version:

This library is the Vue and Typescript component library for [Prefect 2](https://github.com/PrefectHQ/prefect) and [Prefect Cloud 2](https://www.prefect.io/cloud/). _The components and utilities in this project are not meant to be used independently_.

21 lines (20 loc) 1.12 kB
import { GraphItemSelection, ViewportDateRange, RunGraphFetchEvents } from '@prefecthq/graphs'; import { FlowRun } from '../models/FlowRun'; type __VLS_Props = { flowRun: FlowRun; fullscreen: boolean; isCollapsed?: boolean; selected: GraphItemSelection | null; viewport?: ViewportDateRange; fetchEvents?: RunGraphFetchEvents; }; declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:selected": (args_0: GraphItemSelection | null) => any; "update:viewport": (args_0: ViewportDateRange | undefined) => any; "update:fullscreen": (args_0: boolean) => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:selected"?: ((args_0: GraphItemSelection | null) => any) | undefined; "onUpdate:viewport"?: ((args_0: ViewportDateRange | undefined) => any) | undefined; "onUpdate:fullscreen"?: ((args_0: boolean) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;