synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
7 lines • 358 B
TypeScript
export type AnnotationsTableProps = {
readonly entityId: string;
readonly versionNumber?: number;
};
export declare function getDisplayedAnnotation(value: string | number | boolean): string;
export declare function AnnotationsTable(props: AnnotationsTableProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=AnnotationsTable.d.ts.map