synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
14 lines • 470 B
TypeScript
type EntityAnnotationKeyProps = {
/** The key of the annotation */
annotationKey: string;
/** An optional title of the annotation */
title?: string;
/** An optional */
description?: string;
};
/**
* A component used to display an Entity annotation key.
*/
export declare function EntityAnnotationKey(props: EntityAnnotationKeyProps): string | import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=EntityAnnotationKey.d.ts.map