UNPKG

@extclp/vexip-ui

Version:

A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good

9 lines (8 loc) 498 B
import { default as Viewer } from './viewer.vue'; import { ComponentPublicInstance } from 'vue'; export { Viewer }; export { viewerProps } from './props'; export { viewerDefaultActionLayout } from './symbol'; export type ViewerExposed = ComponentPublicInstance & InstanceType<typeof Viewer>; export type { ViewerProps, ViewerCProps } from './props'; export type { ViewerToolbarPlacement, ViewerPresetAction, ViewerActionName, ViewerActionLayout, ViewerState, ViewerToolbarAction } from './symbol';