@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_.
15 lines (14 loc) • 913 B
TypeScript
import { GraphItemSelection, RunGraphProps, ViewportDateRange } from '@prefecthq/graphs';
declare const _default: import("vue").DefineComponent<RunGraphProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
"update:selected": (value: GraphItemSelection | null) => any;
"update:viewport": (value: ViewportDateRange) => any;
"update:fullscreen": (value: boolean) => any;
}, string, import("vue").PublicProps, Readonly<RunGraphProps> & Readonly<{
"onUpdate:selected"?: ((value: GraphItemSelection | null) => any) | undefined;
"onUpdate:viewport"?: ((value: ViewportDateRange) => any) | undefined;
"onUpdate:fullscreen"?: ((value: boolean) => any) | undefined;
}>, {
selected: GraphItemSelection | null;
fullscreen: boolean | null;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;