feat: Add Infotip component

feat: Add Icon demo
This commit is contained in:
陈凯龙
2022-01-26 11:27:06 +08:00
parent 0832194e61
commit e4b7a76912
10 changed files with 167 additions and 26 deletions

4
types/componentType/infotip.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
declare interface TipSchema {
label: string
keys?: string[]
}