feat: migrate to standard loading component

This commit is contained in:
unix
2020-03-29 05:08:50 +08:00
parent 3ee394870e
commit 904e8e7b15
6 changed files with 17 additions and 77 deletions

View File

@@ -3,7 +3,7 @@ import withDefaults from '../utils/with-defaults'
import useTheme from '../styles/use-theme'
import { ButtonTypes, NormalSizes } from '../utils/prop-types'
import ButtonDrip from './button.drip'
import ButtonLoading from './button.loading'
import ButtonLoading from '../loading'
import { getButtonColors, getButtonCursor, getButtonHoverColors, getButtonSize } from './styles'
interface Props {