infotip.d.ts 66 B

1234
  1. declare interface TipSchema {
  2. label: string
  3. keys?: string[]
  4. }