@tactics/lokaal-loket 0.0.48 → 0.0.49
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +413 -393
- package/build/index.d.cts +2 -0
- package/build/index.d.ts +2 -0
- package/build/index.js +316 -296
- package/package.json +1 -1
package/build/index.d.cts
CHANGED
@@ -946,6 +946,8 @@ declare const ModalProvider: ({ children, modal }: IModalProvider) => react_jsx_
|
|
946
946
|
interface OverlayContextType {
|
947
947
|
isOpen: boolean;
|
948
948
|
setIsOpen: React$1.Dispatch<React$1.SetStateAction<boolean>>;
|
949
|
+
headerHeight: number;
|
950
|
+
setHeaderHeight: React$1.Dispatch<React$1.SetStateAction<number>>;
|
949
951
|
}
|
950
952
|
declare const OverlayContext: React$1.Context<OverlayContextType>;
|
951
953
|
interface IOverlayProvider extends PropsWithChildren {
|
package/build/index.d.ts
CHANGED
@@ -946,6 +946,8 @@ declare const ModalProvider: ({ children, modal }: IModalProvider) => react_jsx_
|
|
946
946
|
interface OverlayContextType {
|
947
947
|
isOpen: boolean;
|
948
948
|
setIsOpen: React$1.Dispatch<React$1.SetStateAction<boolean>>;
|
949
|
+
headerHeight: number;
|
950
|
+
setHeaderHeight: React$1.Dispatch<React$1.SetStateAction<number>>;
|
949
951
|
}
|
950
952
|
declare const OverlayContext: React$1.Context<OverlayContextType>;
|
951
953
|
interface IOverlayProvider extends PropsWithChildren {
|