export function mockComponentProps(mockedComponent: jest.Mock): T { return mockedComponent.mock.calls[0][0]; }