UNPKG

@insightphp/elements

Version:

Collection of UI components for Insight.

8 lines (7 loc) 175 B
import type { App } from "vue"; export interface PluginOptions { } declare const _default: { install(app: App, options?: PluginOptions): void; }; export default _default;