UNPKG

@teravn/onui

Version:

The React UI component library is based on MUI

14 lines (12 loc) 246 B
const Backdrop = () => { return { MuiBackdrop: { styleOverrides: { invisible: { backgroundColor: 'transparent' } } } } } export default Backdrop