ant-design/ant-design-icons

icons-vue props.twoToneColor type check warning

Open

#533 opened on Jul 25, 2022

View on GitHub
 (0 comments) (0 reactions) (1 assignee)TypeScript (586 forks)github user discovery
Vuebughelp wanted

Repository metrics

Stars
 (1,078 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide