@tn-pulse-suivi/notion-ui-comps 1.0.1

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,8 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+
3
+ /**
4
+ * Full editor with all necessary providers, ready to use with just a room ID
5
+ */
6
+ declare function NotionEditor(props: any): react_jsx_runtime.JSX.Element;
7
+
8
+ export { NotionEditor as default };
@@ -0,0 +1,8 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+
3
+ /**
4
+ * Full editor with all necessary providers, ready to use with just a room ID
5
+ */
6
+ declare function NotionEditor(props: any): react_jsx_runtime.JSX.Element;
7
+
8
+ export { NotionEditor as default };