UNPKG

@prefecthq/prefect-design

Version:

A collection of low-level Vue components.

5 lines (4 loc) 192 B
import { App } from 'vue'; import PLayoutResizable from '../../layouts/PLayoutResizable/PLayoutResizable.vue'; declare const install: (app: App) => void; export { PLayoutResizable, install };