@wordpress/components
Version:
UI components for WordPress.
10 lines • 643 B
TypeScript
export declare const DividerView: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: React.ElementType;
} & Omit<import("@ariakit/react").SeparatorProps, "orientation" | "children" | "as" | "render" | "unstable_system"> & {
margin?: import("../utils/space").SpaceInput;
marginEnd?: import("../utils/space").SpaceInput;
marginStart?: import("../utils/space").SpaceInput;
orientation?: import("@ariakit/react").SeparatorProps["orientation"];
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHRElement>, HTMLHRElement>, {}>;
//# sourceMappingURL=styles.d.ts.map