forked from sombochea/verdaccio-ui
fix: introduced ForwardRef (#177)
* refactor: introduced forwardref - circular progress * refactor: replaced HTMLElementTagNameMap with HTMLElementDiv * fix: fixed func name
This commit is contained in:
committed by
Juan Picado @jotadeveloper
parent
d0d4139dd3
commit
af8ed8b3e3
@@ -1,7 +1,7 @@
|
||||
import CircularProgress from '@material-ui/core/CircularProgress';
|
||||
import styled, { css } from 'react-emotion';
|
||||
|
||||
import colors from '../../utils/styles/colors';
|
||||
import CircularProgress from '../../muiComponents/CircularProgress';
|
||||
|
||||
interface WrapperProps {
|
||||
centered: boolean;
|
||||
|
||||
Reference in New Issue
Block a user