UNPKG

@hhgtech/hhg-components

Version:
9 lines (8 loc) 382 B
/// <reference types="react" /> import { BorderTypes } from "./"; export declare const StyledDivider: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType<any>; } & { dividerType: BorderTypes; }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHRElement>, HTMLHRElement>, {}>;