ant-design / ant-design-icons

⭐ Ant Design SVG Icons
https://ant.design/components/icon/
MIT License
940 stars 577 forks source link

icons-vue props.twoToneColor type check warning #533

Open merfais opened 1 year ago

merfais commented 1 year ago

type twoToneColor = string | [string, string] | undefined at code icons-vue/src/utils.ts but, props.twoToneColor defined twoToneColor: String as PropType, at code icons-vue/src/components/AntdIcon.tsx

console warning

image