UNPKG

universal-portability

Version:

Universal Portability Framework for Web3 Applications

8 lines 273 B
import { PortableApp, FilterConfig } from '../types'; export declare const usePortableApps: (config?: FilterConfig) => { apps: PortableApp[]; loading: boolean; error: Error | null; }; export default usePortableApps; //# sourceMappingURL=usePortableApps.d.ts.map