@prose-reader/react-reader 1.250.0 → 1.251.0

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.
@@ -1,4 +1,6 @@
1
1
  import { PresenceProps } from '@chakra-ui/react';
2
2
  export declare const QuickBar: import('react').MemoExoticComponent<({ children, position, ...rest }: {
3
3
  position: "top" | "bottom";
4
- } & PresenceProps) => import("react/jsx-runtime").JSX.Element>;
4
+ } & PresenceProps & {
5
+ ref?: React.RefObject<HTMLDivElement | null>;
6
+ }) => import("react/jsx-runtime").JSX.Element>;
@@ -0,0 +1 @@
1
+ export declare const ZoomControls: import('react').MemoExoticComponent<() => import("react/jsx-runtime").JSX.Element>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@prose-reader/react-reader",
3
3
  "private": false,
4
- "version": "1.250.0",
4
+ "version": "1.251.0",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
7
7
  "exports": {
@@ -54,5 +54,5 @@
54
54
  "optional": true
55
55
  }
56
56
  },
57
- "gitHead": "24449dafde74ee13fc386a22c76a36d253629ec8"
57
+ "gitHead": "96f70959ca7e4bf817c473c7ba61df0ad06143f1"
58
58
  }
@@ -1 +0,0 @@
1
- export declare const useNotifyZoom: () => void;