UNPKG

wv-gotcha

Version:

![](https://raw.githubusercontent.com/wV-software/icons/main/Wv/Product%20Icon/wv_128x128.png) wv-local-service-bus # Purpose To accumulate your walkthroughs to accomplish your common tasks with less effort.

8 lines 299 B
import { Mcq } from "./Mcq"; export declare class DynamicMcq extends Mcq<string> { private readonly _options; constructor(_options: string[]); protected get _deduceOptionText(): (option: string) => string; protected get options(): string[]; } //# sourceMappingURL=DynamicMcq.d.ts.map