UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

9 lines 423 B
import "./ShowMoreButton.scss"; import React from "react"; interface ShowMoreButtonProps extends Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "aria-expanded" | "type"> { expanded: boolean; suffix?: React.ReactNode; } declare function ShowMoreButton({ expanded, className, suffix, ...props }: ShowMoreButtonProps): React.JSX.Element; export default ShowMoreButton; //# sourceMappingURL=ShowMoreButton.d.ts.map