UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

14 lines 470 B
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