universal-portability
Version:
Universal Portability Framework for Web3 Applications
12 lines • 416 B
TypeScript
import { PortableApp, FilterConfig } from '../../types';
/**
* Hook to fetch portable apps with optional filtering, optimized for React Native
* @param config - Optional filter configuration
*/
export declare const usePortableApps: (config?: FilterConfig) => {
apps: PortableApp[];
loading: boolean;
error: Error | null;
};
export default usePortableApps;
//# sourceMappingURL=usePortableApps.d.ts.map