UNPKG

@prefecthq/prefect-design

Version:

A collection of low-level Vue components.

5 lines (4 loc) 170 B
import { App } from 'vue'; import PTypeAhead from '../../components/TypeAhead/PTypeAhead.vue'; declare const install: (app: App) => void; export { PTypeAhead, install };