UNPKG

@ledgerhq/coin-tron

Version:
8 lines 286 B
import { SuperRepresentative } from "../types"; export declare const preload: () => Promise<{ superRepresentatives: SuperRepresentative[]; }>; export declare const hydrate: (data?: { superRepresentatives?: SuperRepresentative[]; }) => void; //# sourceMappingURL=preload.d.ts.map