UNPKG

@polkadot/react-api

Version:

A collection of RxJs React components the Polkadot JS API

3 lines (2 loc) 142 B
import { OnChangeCb } from '../types'; export default function triggerChange(value?: any, ...callOnResult: (OnChangeCb | undefined)[]): void;