UNPKG

@aiot-toolkit/emulator

Version:

vela emulator tool.

7 lines (6 loc) 196 B
import { VelaImageType } from '../typing/Vvd'; import MiwearInstance from './miwear'; export declare class VelaMiwear5 extends MiwearInstance { imageType: VelaImageType; appDir: string; }