UNPKG

@prefecthq/prefect-design

Version:

A collection of low-level Vue components.

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