@wix/app-extensions 1.0.26 → 1.0.27
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.
|
@@ -17778,10 +17778,7 @@ interface Resources {
|
|
|
17778
17778
|
* @format WEB_URL
|
|
17779
17779
|
*/
|
|
17780
17780
|
viewerRuntimeCss?: string | null;
|
|
17781
|
-
/**
|
|
17782
|
-
* The exported hooks for usage with the contexts defined inside the editorElement. key must ,match key in the contexts map of the editorElement, and the value is the name of the hook that will be used to consume this context in the component code. Example: { "MyContext": "useMyContext" }
|
|
17783
|
-
* @maxLength 20
|
|
17784
|
-
*/
|
|
17781
|
+
/** The exported hooks for usage with the contexts defined inside the editorElement. key must ,match key in the contexts map of the editorElement, and the value is the name of the hook that will be used to consume this context in the component code. Example: { "MyContext": "useMyContext" } */
|
|
17785
17782
|
contextHooks?: Record<string, string>;
|
|
17786
17783
|
}
|
|
17787
17784
|
/** @internal */
|