UNPKG

@expo/xdl

Version:
4 lines (3 loc) 236 B
import { AnyStandaloneContext } from './StandaloneContext'; declare function createAndWriteIconsToPathAsync(context: AnyStandaloneContext, resPath: string, isDetached: boolean): Promise<void>; export { createAndWriteIconsToPathAsync };