UNPKG

@prezly/theme-kit-ui

Version:
6 lines (5 loc) 193 B
import type { ContactCard } from './ContactCard'; export declare function getSocialHandles(contact: ContactCard.DisplayedContact): { facebook: string | null; twitter: string | null; };