You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here for customComponent we specify the module that exports as
52
+
Here for customComponent we specify the module that exports as
53
53
default the type IComponentModule see custom-test-component.js as an example. It is easy to also refer to an npm package as well as a plain js file. customType is can be anything , it is not restricted to client | server | doc naming.
54
54
```
55
55
{
@@ -62,7 +62,7 @@ default the type IComponentModule see custom-test-component.js as an example. It
0 commit comments