UNPKG

watercolor-ui

Version:

A modern minimalist cross-framework component library

9 lines 344 B
export function Container({ maxWidth, fluid, fixed, className, children, }: { maxWidth?: string | undefined; fluid?: boolean | undefined; fixed?: boolean | undefined; className?: string | undefined; children: any; }): import("react/jsx-runtime").JSX.Element; export default Container; //# sourceMappingURL=Container.d.ts.map