@forge/bundler
4.20.1-next.64.20.1-next.7
out/nativeui.d.tsout/nativeui.d.ts+12
Index: package/out/nativeui.d.ts
===================================================================
--- package/out/nativeui.d.ts
+++ package/out/nativeui.d.ts
@@ -0,0 +1,12 @@
+import { ResourceDetails } from '@forge/cli-shared';
+import { Translations } from '@forge/manifest';
+import { BundlerArgs } from './types';
+import { ConfigWithOutput, WebpackBundler } from './webpack';
+export interface NativeUIBundleResult {
+ nativeUiBundlesDetails: ResourceDetails[];
+}
+export declare class NativeUIBundler extends WebpackBundler {
+ getConfig({ entryPoints, i18nConfig }: BundlerArgs): ConfigWithOutput;
+ bundleResources(resources: ResourceDetails[], i18nConfig?: Translations): Promise<NativeUIBundleResult>;
+}
+//# sourceMappingURL=nativeui.d.ts.map
\ No newline at end of file