about summary refs log tree commit diff
path: root/src/components/ProfileHoverCard/types.ts
blob: 01ef0fce719b1c3a11c4a533d8b96d40549d01f9 (plain) (blame)
1
2
3
4
5
6
7
import type React from 'react'

export type ProfileHoverCardProps = {
  children: React.ReactElement
  did: string
  disable?: boolean
}