UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

7 lines 291 B
import React from "react"; import { type AlertProps } from "../ui/Alert"; declare const AlertContainer: ({ closeLabel, ...props }: Omit<AlertProps, "closeLabel"> & { closeLabel?: string; }) => React.JSX.Element; export default AlertContainer; //# sourceMappingURL=AlertContainer.d.ts.map