npm package diff

Package: @forge/react

Versions: 10.9.0-next.0 - 10.9.0-next.1

File: package/out/components/createFrame.d.ts

Index: package/out/components/createFrame.d.ts
===================================================================
--- package/out/components/createFrame.d.ts
+++ package/out/components/createFrame.d.ts
@@ -1,5 +0,0 @@
-import React from 'react';
-declare type TArePropsEqual<TFrameProps extends Record<string, unknown>> = (prevProps: TFrameProps, nextProps: TFrameProps) => boolean;
-declare const createFrame: <TFrameProps extends Record<string, unknown>>(resource: string, arePropsEqual?: TArePropsEqual<TFrameProps>) => React.FC<TFrameProps>;
-export { createFrame };
-//# sourceMappingURL=createFrame.d.ts.map
\ No newline at end of file