Skip to content

Commit c899610

Browse files
Dropped styleClass from the core type
1 parent c1406ed commit c899610

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/text-annotator/src/model/core/TextAnnotation.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ export interface TextAnnotationTarget extends AnnotationTarget {
1010

1111
selector: TextSelector[];
1212

13-
styleClass?: string;
14-
1513
}
1614

1715
export interface TextSelector {

0 commit comments

Comments
 (0)