UNPKG

casc-cesium

Version:

Vue 3.x components for CesiumJS.

13 lines (12 loc) 488 B
import { VcComponentInternalInstance } from 'casc-cesium/es/utils/types'; export default function (vcInstance?: VcComponentInternalInstance): { log: (...args: any[]) => void; warn: (...args: any[]) => void; error: (...args: any[]) => void; debug: (...args: any[]) => void; capsule: (title: any, info: any, type?: string) => void; success: (text: any) => void; warning: (text: any) => void; danger: (text: any) => void; primary: (text: any) => void; };