@tzhij/iot-map-fusion-360
Version:
所有开源WebGL和WebGIS仓库的整合
42 lines (41 loc) • 1.45 kB
TypeScript
import { Ref } from 'vue';
declare const _sfc_main: import("vue").DefineComponent<{
control: {
type: BooleanConstructor;
default: () => boolean;
};
emptySize: {
type: NumberConstructor;
default: () => number;
};
}, {
props: any;
name: Ref<string>;
activatedGrid: Ref<number>;
listVideo: Ref<any[]>;
videoInstance: Ref<any[]>;
openVideo: ({ data: videoData, index: gridIndex, type: videoType }?: {
data?: null | undefined;
index?: number | undefined;
type?: null | undefined;
}, containerName?: string) => Promise<void>;
autoPlayFirstVideo: () => Promise<void>;
directionControl: (num: any, deviceSerial?: string, accessToken?: string) => Promise<any>;
directionStop: (deviceSerial?: string, accessToken?: string) => Promise<any>;
destroyVideo: () => Promise<void>;
readonly car: string;
readonly HLSCore: any;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
control: {
type: BooleanConstructor;
default: () => boolean;
};
emptySize: {
type: NumberConstructor;
default: () => number;
};
}>>, {
control: boolean;
emptySize: number;
}, {}>;
export default _sfc_main;