UNPKG

starchild-widget

Version:

Starchild Widget

6 lines 279 B
export declare function getApiClient(): import('./client').ApiClient; export declare function useGetMarketDataQuery(): ({ symbol }: { symbol: string; }) => Promise<any>; export declare function useGetPublicInfoQuery(): () => Promise<any>; //# sourceMappingURL=market.d.ts.map