UNPKG

@insightphp/elements

Version:

Collection of UI components for Insight.

12 lines (9 loc) 273 B
import Elements from "./plugin"; import type { PluginOptions as ElementsPluginOptions } from "./plugin"; export * from './Components' export * from './View/Components' export * from './models' // export * from './Composables' export { Elements, ElementsPluginOptions }