| 15 | export type BracketType = 'left' | 'right' | 'top' | 'bottom'; |
| 16 | |
| 17 | export interface RoughAnnotationConfig extends RoughAnnotationConfigBase { |
| 18 | type: RoughAnnotationType; |
| 19 | multiline?: boolean; |
| 20 | rtl?: boolean; |
| 21 | } |
| 22 | |
| 23 | export interface RoughAnnotationConfigBase { |
| 24 | animate?: boolean; // defaults to true |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…