ant-design-icons icon indicating copy to clipboard operation
ant-design-icons copied to clipboard

icons-vue props.twoToneColor type check warning

Open merfais opened this issue 1 year ago • 0 comments

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

console warning

image

merfais avatar Jul 25 '22 14:07 merfais