UNPKG

deeper-spatial-physics-assistant

Version:

所有开源WebGL和WebGIS仓库的整合

5 lines (4 loc) 205 B
import { Plugin } from 'vue'; type SFCWithInstall<T> = T & Plugin; export declare const withInstall: <T, E extends Record<string, any>>(main: T, extra?: E | undefined) => SFCWithInstall<T> & E; export {};