UNPKG

react-toolbox

Version:

A set of React components implementing Google's Material Design specification with the power of CSS Modules.

6 lines (4 loc) 149 B
import { Dialog } from './Dialog'; export { DialogProps, DialogTheme, DialogActionProps } from './Dialog'; export { Dialog } export default Dialog;