UNPKG

custome_own-package

Version:
7 lines (4 loc) 156 B
import React from 'react'; import MuiButton from '@mui/material/Button'; const Button = (props) => <MuiButton {...props} />; export default Button;