UNPKG

gather-content-ui

Version:
8 lines 350 B
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