activity-kit-core/packages/activitypub-core-jsx-compon.../lib/pages/EntityPage/Link.d.ts

6 lines
160 B
TypeScript

/// <reference types="react" />
import { AP } from 'activitypub-core-types';
export declare function LinkEntity({ link }: {
link: AP.Link;
}): JSX.Element;