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

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