@prefecthq/prefect-design
Version:
A collection of low-level Vue components.
14 lines (13 loc) • 332 B
TypeScript
import '@/styles/index.css';
import type { App } from 'vue';
export * from './components';
export * from './compositions';
export * from './layouts';
export * from './models';
export * from './plugins';
export * from './types';
export * from './utilities';
declare const plugin: {
install(app: App): void;
};
export { plugin };