UNPKG

@stackoverfloweth/prefect-design

Version:

A collection of low-level Vue components.

14 lines (13 loc) 327 B
import '@/styles/index.css'; export * from './components'; export * from './compositions'; export * from './layouts'; export * from './models'; export * from './plugins'; export * from './types'; export * from './utilities'; import { App } from 'vue'; declare const plugin: { install(app: App): void; }; export { plugin };