UNPKG

@wordpress/components

Version:
11 lines 719 B
/// <reference types="react" /> export declare const DividerView: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType<any> | undefined; } & Omit<import("reakit/ts").SeparatorProps, "children" | "orientation" | "unstable_system"> & { margin?: import("../ui/utils/space").SpaceInput | undefined; marginEnd?: import("../ui/utils/space").SpaceInput | undefined; marginStart?: import("../ui/utils/space").SpaceInput | undefined; orientation?: "horizontal" | "vertical" | undefined; }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHRElement>, HTMLHRElement>, {}>; //# sourceMappingURL=styles.d.ts.map