UNPKG

geoiq-frontend-ui-kit

Version:

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

8 lines 214 B
export type AlertDialogProps = { id?: string; trigger: React.ReactNode; headerText: string; descriptionText: string; footer?: React.ReactNode; }; //# sourceMappingURL=alert-dialog.types.d.ts.map