UNPKG

@navinc/base-react-components

Version:
16 lines (15 loc) 683 B
import { Property } from 'csstype'; type FlexContainerCssProps = { flexFlow?: Property.FlexFlow; alignContent?: Property.AlignContent; alignItems?: Property.AlignItems; justifyContent?: Property.JustifyContent; flex?: Property.Flex; }; /** * @deprecated use wayfinder * * Used to wrap all of the main content within a page to define its basic layout page gutters. **/ export declare const PageContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, FlexContainerCssProps>> & string; export {};