UNPKG

@ledgerhq/live-common

Version:
6 lines 174 B
import type { RampCatalog } from "../types"; declare const api: { fetchRampCatalog: () => Promise<RampCatalog>; }; export default api; //# sourceMappingURL=index.d.ts.map