geoiq-frontend-ui-kit
Version:
This project is a UI kit for GeoIQ's frontend. It's built with React, TypeScript, and Vite.
6 lines (5 loc) • 417 B
TypeScript
import { SheetClose } from './sheet-components';
import { SheetProps } from './sheet.types';
export declare function SheetPrimary({ trigger, content, triggerProps, contentProps, title, footer, titleProps, description, descriptionProps, onOpenChange, open, onInteractOutside, bodyProps, container, }: SheetProps): import("react/jsx-dev-runtime").JSX.Element;
export { SheetClose };
//# sourceMappingURL=sheet.d.ts.map