@vue-pdf-viewer/shared 0.0.0-experimental.17 → 0.0.0-experimental.18
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 -2
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -98,12 +98,10 @@ export type Localization = {
|
|
|
98
98
|
annotationImageTooltip: string;
|
|
99
99
|
annotationImageUnsupportedFileMessage: string;
|
|
100
100
|
};
|
|
101
|
-
export type AnnotationSlug = "highlight" | "freeText" | "signature" | "image";
|
|
102
101
|
export type ToolbarDirection = "top" | "left" | "right";
|
|
103
102
|
export interface PluginItem {
|
|
104
103
|
id: string;
|
|
105
104
|
component: Component;
|
|
106
|
-
slug: AnnotationSlug;
|
|
107
105
|
toolbarDirection: ToolbarDirection;
|
|
108
106
|
}
|
|
109
107
|
export interface PluginContext {
|