UNPKG

gather-content-ui

Version:
7 lines 299 B
import { HTMLAttributes } from "react"; interface Props extends HTMLAttributes<HTMLElement> { collapse?: boolean; } declare function DropdownFooter({ children, ...rest }: Props): import("react/jsx-runtime").JSX.Element; export default DropdownFooter; //# sourceMappingURL=DropdownFooter.d.ts.map