@omnic/widget-locations 1.1.30 → 1.1.32
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,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { type ReactNode } from "react";
|
|
2
2
|
import type { BottomSheetProps } from "react-spring-bottom-sheet";
|
|
3
3
|
interface PointSheetProps extends BottomSheetProps {
|
|
4
4
|
children: ReactNode;
|
|
@@ -8,5 +8,5 @@ interface PointSheetProps extends BottomSheetProps {
|
|
|
8
8
|
submitLoading?: boolean;
|
|
9
9
|
onSubmitClick?: () => void;
|
|
10
10
|
}
|
|
11
|
-
export declare const PointSheet:
|
|
11
|
+
export declare const PointSheet: import("react").MemoExoticComponent<({ children, hideFooter, minSnapHeight, onSubmitClick, open, submitDisabled, submitLoading, ...props }: PointSheetProps) => import("react/jsx-runtime").JSX.Element>;
|
|
12
12
|
export {};
|