UNPKG

geoiq-frontend-ui-kit

Version:

This project is a UI kit for GeoIQ's frontend. It's built with React, TypeScript, and Vite.

10 lines 410 B
export declare namespace RequestCreditsViewNS { interface RequestCreditsViewProps { onRequestCredits: (credits: string, phoneNumber: string) => void; onProceedToPayment?: (credits: string, phoneNumber: string) => void; buyCreditsOptions?: string[]; minimumCreditsToBuy?: number; requestOnly?: boolean; } } //# sourceMappingURL=request-credits-view.types.d.ts.map