UNPKG

@insightphp/elements

Version:

Collection of UI components for Insight.

7 lines (6 loc) 240 B
import Elements from "./plugin"; import type { PluginOptions as ElementsPluginOptions } from "./plugin"; export * from './Components'; export * from './View/Components'; export * from './models'; export { Elements, ElementsPluginOptions };