feat: Add Infotip component
feat: Add Icon demo
This commit is contained in:
4
types/componentType/infotip.d.ts
vendored
Normal file
4
types/componentType/infotip.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
declare interface TipSchema {
|
||||
label: string
|
||||
keys?: string[]
|
||||
}
|
||||
Reference in New Issue
Block a user