UNPKG

pxt-core

Version:

Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors

7 lines (6 loc) 374 B
import { ButtonFlyoutInflater } from "./buttonFlyoutInflater"; import { LabelFlyoutInflater } from "./labelFlyoutInflater"; import { MultiFlyoutRecyclableBlockInflater } from "./blockInflater"; export * from "./cachingFlyout"; export { ButtonFlyoutInflater, LabelFlyoutInflater, MultiFlyoutRecyclableBlockInflater }; export declare function registerFlyoutInflaters(): void;