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

10 lines
239 B
TypeScript

/// <reference types="react" />
import { AP } from 'activitypub-core-types';
export declare function OrderedCollectionEntity({
collection,
headingLevel,
}: {
collection: AP.OrderedCollection;
headingLevel: number;
}): JSX.Element;