UNPKG

and-design-components-library

Version:

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

8 lines (7 loc) 204 B
import { HTMLAttributes } from 'react'; export interface ContainerProps extends HTMLAttributes<HTMLDivElement> { /** * Set the max width of the container. */ maxWidth?: number; }