UNPKG

pic-viewer

Version:

Picture viewer.

8 lines (7 loc) 330 B
import Component from './Component.vue'; declare const globalProps: Record<string, any>; declare const globalAttrs: Record<string, any>; declare const globalListeners: Record<string, any>; declare const globalHooks: Record<string, any>; export default Component; export { globalProps, globalAttrs, globalListeners, globalHooks };