@ray-core/runtime
Version:
Ray 是一个全新的基于 React 的小程序开发框架
9 lines (8 loc) • 327 B
TypeScript
declare type SubPackageRoot = string;
declare type AsSubPackageRuntimeOptions = {
packageType: 'main' | 'sub';
independent?: boolean;
subPackageRoot?: SubPackageRoot;
};
export declare function overloadNativeAppConstructor(config: any): (subPkgRoot?: AsSubPackageRuntimeOptions | SubPackageRoot) => any;
export {};