UNPKG

@polkadot/react-api

Version:

A collection of RxJs React components the Polkadot JS API

5 lines (4 loc) 239 B
import React from 'react'; declare type HOC = (Component: React.ComponentType<any>) => React.ComponentType<any>; export default function withMulti<T>(Component: React.ComponentType<T>, ...hocs: HOC[]): React.ComponentType<any>; export {};