carbon-react
Version:
A library of reusable React components for easily building user interfaces.
7 lines (6 loc) • 431 B
TypeScript
import { SpaceProps } from "styled-system";
import { StepSequenceProps } from "./step-sequence.component";
declare const StyledStepSequence: import("styled-components").StyledComponent<"ol", any, {
theme: object;
} & Pick<StepSequenceProps, "orientation"> & SpaceProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, string | number | symbol>, "theme">;
export default StyledStepSequence;