UNPKG

amplify-material-ui

Version:

A Material-UI based implementation of aws amplify

7 lines (6 loc) 221 B
import React from 'react'; import { Container } from '@mui/material'; export var FormContainer = function (_a) { var children = _a.children; return React.createElement(Container, { maxWidth: "xs" }, children); };