pxt-core
Version:
Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors
7 lines (6 loc) • 317 B
TypeScript
/// <reference path="../../../../react-common/components/types.d.ts" />
/**
* A modal that displays a message when the specified experience is not supported
* by the current target. Contains a button to return to the home page and no dismiss.
*/
export declare const UnsupportedExperienceModal: () => JSX.Element;