gather-content-ui
Version:
GatherContent UI Library
7 lines • 299 B
TypeScript
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