gather-content-ui
Version:
GatherContent UI Library
8 lines • 350 B
TypeScript
import { HTMLAttributes } from "react";
interface Props extends HTMLAttributes<HTMLDivElement> {
borderTop?: boolean;
borderBottom?: boolean;
}
declare function DropdownInfo({ children, borderTop, borderBottom, ...rest }: Props): import("react/jsx-runtime").JSX.Element;
export default DropdownInfo;
//# sourceMappingURL=DropdownInfo.d.ts.map