UNPKG

carbon-react

Version:

A library of reusable React components for easily building user interfaces.

19 lines (18 loc) 656 B
type StyledFieldsetProps = { width?: string; }; export declare const StyledFieldset: import("styled-components").StyledComponent<"fieldset", any, { theme: object; } & StyledFieldsetProps, "theme">; export type StyledLegendProps = { inline?: boolean; width?: number; align?: "left" | "right"; rightPadding?: 1 | 2; isRequired?: boolean; isDisabled?: boolean; isLarge?: boolean; }; export declare const StyledLegend: import("styled-components").StyledComponent<"legend", any, StyledLegendProps, never>; export declare const StyledIconWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; export {};