UNPKG

carbon-react

Version:

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

8 lines (7 loc) 381 B
import { RadioButtonProps } from "./radio-button.component"; declare const RadioButtonStyle: import("styled-components").StyledComponent<"div", any, { theme: object; } & import("../checkbox/checkbox.style").StyledCheckboxProps & Pick<RadioButtonProps, "disabled" | "reverse" | "size" | "fieldHelpInline"> & { inline?: boolean; }, "theme">; export default RadioButtonStyle;