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_.

19 lines (18 loc) 516 B
import '@prefecthq/graphs/dist/style.css'; 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 };