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

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