UNPKG

@datev-research/mandat-shared-utils

Version:

Shared Utilities for the MANDAT B2B Showcase

4 lines (3 loc) 141 B
import { App } from "vue"; import { Router } from "vue-router"; export declare const setupApp: (app: App<Element>, router?: Router) => void;