carbon-react
Version:
A library of reusable React components for easily building user interfaces.
7 lines (6 loc) • 424 B
TypeScript
import { SpaceProps } from "styled-system";
import { ButtonBarProps } from "./button-bar.component";
declare const StyledButtonBar: import("styled-components").StyledComponent<"div", any, {
theme: object;
} & SpaceProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, string | number | symbol> & Pick<ButtonBarProps, "size" | "fullWidth">, "theme">;
export default StyledButtonBar;