UNPKG

icon-numic-plugin

Version:

Generate icons for Android and iOS in React Native.

10 lines (9 loc) 266 B
import { Log, Options } from './types'; type Input = { projectPath?: string; nativePath?: string; log?: Log; options?: Options; }; declare const _default: ({ projectPath, nativePath, log, options, }: Input) => Promise<void>; export default _default;