UNPKG

@prefecthq/prefect-design

Version:

A collection of low-level Vue components.

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