| 31 | } |
| 32 | |
| 33 | export interface RoughAnnotation extends RoughAnnotationConfigBase { |
| 34 | isShowing(): boolean; |
| 35 | show(): void; |
| 36 | hide(): void; |
| 37 | remove(): void; |
| 38 | } |
| 39 | |
| 40 | export interface RoughAnnotationGroup { |
| 41 | show(): void; |
no outgoing calls
no test coverage detected
searching dependent graphs…