UNPKG

@primno/core

Version:

Front-end framework for Model-Driven Apps of Power Apps and Dynamics 365.

7 lines (6 loc) 248 B
import { ComponentConstructor, ModuleConstructor } from "../typing"; /** * Gets the bootstrap components from a module. * @param module Module */ export declare function getBootstrapComponents(module: ModuleConstructor): ComponentConstructor[];