@scalar/api-reference-react 0.0.2

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.
@@ -0,0 +1,11 @@
1
+ import { default as React_2 } from 'react';
2
+ import { ReferenceProps } from '@scalar/api-reference';
3
+
4
+ /**
5
+ * React wrapper around Api Reference
6
+ */
7
+ export declare const ApiReferenceReact: (props: ReferenceProps) => React_2.JSX.Element;
8
+
9
+ export { ReferenceProps }
10
+
11
+ export { }