wv-gotcha
Version:
 wv-local-service-bus # Purpose To accumulate your walkthroughs to accomplish your common tasks with less effort.
7 lines • 329 B
TypeScript
import { Mcq } from "./Mcq";
import { IWalkthrough } from "./Walkthroughs/_Foundation/IWalkthrough";
export declare class Mcq_CircuitsTasks extends Mcq<IWalkthrough> {
protected get _deduceOptionText(): (option: IWalkthrough) => string;
protected options: IWalkthrough[];
}
//# sourceMappingURL=Mcq_CircuitsTasks.d.ts.map