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

7 lines
238 B
TypeScript

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