big-design-ui
Version:
big-design-ui library for react applications
4 lines (3 loc) • 373 B
TypeScript
import { FlexboxProps, MarginProps } from "styled-system";
declare const FlexBox: import("styled-components").StyledComponent<"div", any, FlexboxProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> & MarginProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>>, never>;
export default FlexBox;