UNPKG

geoiq-frontend-ui-kit

Version:

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

5 lines (4 loc) 267 B
import { AlertDialogProps } from './alert-dialog.types'; import { default as React } from 'react'; export declare function AlertDialog({ trigger, headerText, descriptionText, footer, }: AlertDialogProps): React.JSX.Element; //# sourceMappingURL=alert-dialog.d.ts.map