UNPKG

pxt-core

Version:

Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors

14 lines (13 loc) 469 B
/// <reference path="../../../../../localtypings/ocv.d.ts" /> export declare const getBaseConfig: () => ocv.IFeedbackConfig; export declare const createRatingQuestions: () => { questionInstruction: { displayedStringInEnglish: string; displayedString: string; }; questionOptions: { displayedStringInEnglish: string; displayedString: string; }[]; }; export declare const getRatingFeedbackConfig: () => ocv.IFeedbackConfig;