UNPKG

geoiq-frontend-ui-kit

Version:

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

15 lines 430 B
export type DialogProps = { trigger: React.ReactNode; body: React.ReactNode; title?: string; description?: string; footer?: React.ReactNode; footerClassName?: string; contentClassName?: string; onOpenChange?: (open: boolean) => void; open?: boolean; onInteractOutside?: (e: any) => void; onOpenAutoFocus?: (e: any) => void; id?: string; }; //# sourceMappingURL=dialog.types.d.ts.map