UNPKG

@prefecthq/prefect-design

Version:

A collection of low-level Vue components.

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