UNPKG

@onwave/ui

Version:
7 lines (6 loc) 150 B
import React from "react"; declare type Props = { maxWidth?: number; }; export declare const MaxWidthContainer: React.FC<Props>; export {};