UNPKG

@insightphp/panels

Version:
13 lines (10 loc) 213 B
export { default as Panel } from './Panel.vue' export { default as PanelRow } from './PanelRow.vue' export namespace Components { export interface Panel { // } export interface PanelRow { // } }