UNPKG

@gear-js/react-hooks

Version:
4 lines (3 loc) 159 B
import { GearApi } from '@gear-js/api'; declare const waitForProgramInit: (api: GearApi, programId: string) => Promise<string>; export { waitForProgramInit };