UNPKG

and-design-components-library

Version:

Library of reusable React components based on AND Digital design system.

4 lines (3 loc) 224 B
import { ContainerProps } from './Container.types'; declare const Container: import("styled-components").StyledComponent<"div", any, import("../Box/Box.types").BoxProps & ContainerProps, never>; export default Container;