Commit a65daaca authored by Eduardo Sanz García's avatar Eduardo Sanz García Committed by Eduardo

Improve some stylistic issue with types

parent d90a4519
......@@ -4,9 +4,8 @@ import propTypes from 'prop-types';
import AnnotationReplyToggle from './AnnotationReplyToggle';
/** @typedef {import('./Annotation').AnnotationProps} AnnotationProps */
/**
* @typedef {import('./Annotation').AnnotationProps} AnnotationProps
* @typedef {Omit<AnnotationProps, 'annotation'|'showDocumentInfo'|'annotationsService'>} AnnotationMissingProps
*/
......
......@@ -5,7 +5,7 @@
/**
* Defined panel components available in the sidebar.
*
* @typedef {'help'| 'loginPrompt'|'shareGroupAnnotations'} PanelName
* @typedef {'help'|'loginPrompt'|'shareGroupAnnotations'} PanelName
*/
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment