1
0
mirror of https://github.com/SomboChea/ui synced 2026-01-19 01:25:51 +07:00

fix: introduced ForwardRef (#177)

* refactor: introduced forwardref - circular progress

* refactor: replaced HTMLElementTagNameMap with HTMLElementDiv

* fix: fixed func name
This commit is contained in:
Priscila Oliveira
2019-10-12 09:54:52 +02:00
committed by Juan Picado @jotadeveloper
parent d0d4139dd3
commit af8ed8b3e3
3 changed files with 12 additions and 1 deletions

View File

@@ -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;