@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_.
18 lines (17 loc) • 473 B
TypeScript
export * from './components';
export * from './compositions';
export * from './formatters';
export * from './localization';
export * from './mocks';
export * from './models';
export * from './maps';
export * from './router';
export * from './services';
export * from './types';
export * from './utilities';
export * from './schemas';
export * from './automations';
import '@/styles/index.css';
import { Plugin } from 'vue';
declare const plugin: Plugin;
export { plugin };