UNPKG

geoiq-frontend-ui-kit

Version:

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

16 lines 535 B
export interface CreditSheetProps { open: boolean; onClose: () => void; credit_details?: string; description?: string; onRequestCredits?: (credits: string, phoneNumber: string) => void; onProceedToPayment?: (credits: string, phoneNumber: string) => void; trigger?: React.ReactNode; containerId?: string; className?: string; dialogClassName?: string; buyCreditsOptions?: string[]; minimumCreditsToBuy?: number; requestOnly?: boolean; } //# sourceMappingURL=credit-sheet.types.d.ts.map