twd-js 1.2.0 → 1.2.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.
package/dist/index.d.ts CHANGED
@@ -73,13 +73,6 @@ export declare const initTests: (testModules: TestModule, Component: React.React
73
73
  render: (el: React.ReactNode) => void;
74
74
  }) => Promise<void>;
75
75
 
76
- export declare function MockedComponent<TProps extends Record<string, any>>({ name, children, }: MockedComponentProps<TProps>): JSX.Element;
77
-
78
- declare interface MockedComponentProps<TProps = any> {
79
- name: string;
80
- children: React.ReactElement<TProps>;
81
- }
82
-
83
76
  /**
84
77
  * Negatable assertion names (e.g., 'not.have.text').
85
78
  */