carbon-react
Version:
A library of reusable React components for easily building user interfaces.
10 lines (9 loc) • 372 B
TypeScript
import { MarginProps } from "styled-system";
declare const StyledHr: import("styled-components").StyledComponent<"hr", any, {
theme: object;
} & MarginProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> & {
height: "small" | "medium" | "large";
} & {
$type?: "typical" | "inverse";
}, "theme">;
export default StyledHr;