/* eslint-disable @typescript-eslint/no-empty-object-type */ import MockComponent, { IProps, IState, O, } from "../../../mocks/mockReactComponent"; type M = {}; export const subject = MockComponent;