ugcinc-render 1.8.103 → 1.8.105
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.
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +595 -737
- package/dist/index.mjs +593 -735
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -767,7 +767,7 @@ interface InstagramDmCompositionProps {
|
|
|
767
767
|
* Default composition props for registration
|
|
768
768
|
*/
|
|
769
769
|
declare const defaultInstagramDmProps: InstagramDmCompositionProps;
|
|
770
|
-
declare function InstagramDmComposition(
|
|
770
|
+
declare function InstagramDmComposition(props: InstagramDmCompositionProps): react_jsx_runtime.JSX.Element;
|
|
771
771
|
|
|
772
772
|
/**
|
|
773
773
|
* Platform-agnostic messaging types
|
package/dist/index.d.ts
CHANGED
|
@@ -767,7 +767,7 @@ interface InstagramDmCompositionProps {
|
|
|
767
767
|
* Default composition props for registration
|
|
768
768
|
*/
|
|
769
769
|
declare const defaultInstagramDmProps: InstagramDmCompositionProps;
|
|
770
|
-
declare function InstagramDmComposition(
|
|
770
|
+
declare function InstagramDmComposition(props: InstagramDmCompositionProps): react_jsx_runtime.JSX.Element;
|
|
771
771
|
|
|
772
772
|
/**
|
|
773
773
|
* Platform-agnostic messaging types
|