UNPKG

pxt-arcade

Version:
18 lines (17 loc) 719 B
declare function initDescriptionButton(info: PubInfo): void; interface PubInfo { name: string; projectId: string; description?: string; versionSuffix?: string; } declare const pxtTickEvent: (eventName: string, data?: any) => void; declare const ksRunnerReady: (callback: () => void) => void; declare namespace pxt.runner { function simulateAsync(container: HTMLElement, options: any): Promise<any>; } declare function fireClickOnEnter(e: KeyboardEvent): void; declare function initOverflowMenu(): void; declare function enableMultiplayerUI(info: PubInfo): void; declare const pxtTargetConfigPromise: Promise<pxt.TargetConfig>; declare function initTickEventProxyAsync(info: PubInfo): Promise<void>;