UNPKG

@prefecthq/prefect-design

Version:

A collection of low-level Vue components.

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