@vue-pdf-viewer/shared 1.2.0-rc.8 → 1.2.0-rc.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types.d.ts +0 -3
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -175,13 +175,10 @@ export interface AnnotationToolOption {
|
|
|
175
175
|
component?: Component;
|
|
176
176
|
}
|
|
177
177
|
export interface HighlightToolOption extends AnnotationToolOption {
|
|
178
|
-
colors?: AnnotationHighlightColors;
|
|
179
178
|
}
|
|
180
179
|
export interface StrikethroughToolOption extends AnnotationToolOption {
|
|
181
|
-
colors?: AnnotationStrikethroughColors;
|
|
182
180
|
}
|
|
183
181
|
export interface UnderlineToolOption extends AnnotationToolOption {
|
|
184
|
-
colors?: AnnotationUnderlineColors;
|
|
185
182
|
}
|
|
186
183
|
export interface TextSelectionOption extends AnnotationToolOption {
|
|
187
184
|
colors?: AnnotationTextSelectionColors;
|