UNPKG

geoiq-frontend-ui-kit

Version:

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

11 lines 416 B
export interface RequestCreditsDialogProps { open: boolean; onClose: () => void; onRequestCredits: (credits: string, phoneNumber: string) => void; onProceedToPayment?: (credits: string, phoneNumber: string) => void; dialogClassName?: string; buyCreditsOptions?: string[]; minimumCreditsToBuy?: number; requestOnly?: boolean; } //# sourceMappingURL=request-credit-dialog.types.d.ts.map