mirror of
https://github.com/vercel/commerce.git
synced 2025-07-05 20:51:21 +00:00
fix: change btn common children propstype to React.ReactNode
This commit is contained in:
parent
278a5034db
commit
d5a0c35ffc
@ -4,7 +4,7 @@ import { ButonType, ButtonSize } from 'src/utils/constanst.utils'
|
||||
import s from './ButtonCommon.module.scss'
|
||||
|
||||
interface Props {
|
||||
children?: any,
|
||||
children?: React.ReactNode,
|
||||
type?: ButonType,
|
||||
size?: ButtonSize,
|
||||
icon?: any,
|
||||
|
Loading…
x
Reference in New Issue
Block a user