UNPKG

219 BTypeScriptView Raw
1/// <reference types="node" />
2import stream from 'stream';
3export default function nativeComponents(appID: string, componentPaths: string[]): {
4 buildId: string;
5 existingDeviceComponents: stream.PassThrough;
6};