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

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