sidakram-bippy 0.2.24

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,11 @@
1
+ import React__default, { ReactNode } from 'react';
2
+
3
+ interface InspectorProps {
4
+ enabled?: boolean;
5
+ children?: ReactNode;
6
+ dangerouslyRunInProduction?: boolean;
7
+ }
8
+ declare const RawInspector: React__default.MemoExoticComponent<({ enabled, dangerouslyRunInProduction }: InspectorProps) => React__default.JSX.Element | null>;
9
+ declare const Inspector: React__default.MemoExoticComponent<({ ...props }: InspectorProps) => React__default.ReactPortal | null>;
10
+
11
+ export { Inspector, type InspectorProps, RawInspector, Inspector as default };
@@ -0,0 +1,11 @@
1
+ import React__default, { ReactNode } from 'react';
2
+
3
+ interface InspectorProps {
4
+ enabled?: boolean;
5
+ children?: ReactNode;
6
+ dangerouslyRunInProduction?: boolean;
7
+ }
8
+ declare const RawInspector: React__default.MemoExoticComponent<({ enabled, dangerouslyRunInProduction }: InspectorProps) => React__default.JSX.Element | null>;
9
+ declare const Inspector: React__default.MemoExoticComponent<({ ...props }: InspectorProps) => React__default.ReactPortal | null>;
10
+
11
+ export { Inspector, type InspectorProps, RawInspector, Inspector as default };