UNPKG

amplify-material-ui

Version:

A Material-UI based implementation of aws amplify

4 lines (3 loc) 136 B
import * as React from 'react'; import { AuthProps } from 'amplify-auth-hooks'; export declare const AuthProvider: React.FC<AuthProps>;