carbon-react
Version:
A library of reusable React components for easily building user interfaces.
4 lines (3 loc) • 388 B
TypeScript
import { MarginProps, GridProps } from "styled-system";
declare const StyledGridContainer: import("styled-components").StyledComponent<"div", any, MarginProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> & GridProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>>, never>;
export default StyledGridContainer;