@codecademy/gamut

73.6.173.6.2-alpha.3e37cd.0
dist/GridForm/GridFormInputGroup/__fixtures__/renderers.d.ts
~dist/GridForm/GridFormInputGroup/__fixtures__/renderers.d.tsModified
+6−6
Index: package/dist/GridForm/GridFormInputGroup/__fixtures__/renderers.d.ts
===================================================================
--- package/dist/GridForm/GridFormInputGroup/__fixtures__/renderers.d.ts
+++ package/dist/GridForm/GridFormInputGroup/__fixtures__/renderers.d.ts
@@ -1,23 +1,23 @@
 import * as React from 'react';
 import { GridFormInputGroupProps } from '..';
 export declare const getComponent: (componentName: string) => {
-    renderField: import("component-test-setup").RenderRtl<React.FC<import("../GridFormTextInput").GridFormTextInputProps>, {}>;
+    renderField: import("@codecademy/gamut-tests").GamutRenderRtl<React.FC<import("../GridFormTextInput").GridFormTextInputProps>, {}>;
     defaultFieldProps: Omit<import("../..").GridFormTextField, "label">;
 } | {
-    renderField: import("component-test-setup").RenderRtl<React.FC<import("../GridFormSelectInput").GridFormSelectInputProps>, {}>;
+    renderField: import("@codecademy/gamut-tests").GamutRenderRtl<React.FC<import("../GridFormSelectInput").GridFormSelectInputProps>, {}>;
     defaultFieldProps: Omit<import("../..").GridFormSelectField, "label">;
 } | {
-    renderField: import("component-test-setup").RenderRtl<React.FC<import("../GridFormTextArea").GridFormTextAreaProps>, {}>;
+    renderField: import("@codecademy/gamut-tests").GamutRenderRtl<React.FC<import("../GridFormTextArea").GridFormTextAreaProps>, {}>;
     defaultFieldProps: Omit<import("../..").GridFormTextAreaField, "label">;
 } | {
-    renderField: import("component-test-setup").RenderRtl<React.FC<import("../GridFormRadioGroupInput").GridFormRadioGroupInputProps>, {}>;
+    renderField: import("@codecademy/gamut-tests").GamutRenderRtl<React.FC<import("../GridFormRadioGroupInput").GridFormRadioGroupInputProps>, {}>;
     defaultFieldProps: import("../..").GridFormRadioGroupField;
 } | {
-    renderField: import("component-test-setup").RenderRtl<React.FC<import("../GridFormFileInput").GridFormFileInputProps>, {}>;
+    renderField: import("@codecademy/gamut-tests").GamutRenderRtl<React.FC<import("../GridFormFileInput").GridFormFileInputProps>, {}>;
     defaultFieldProps: Omit<import("../..").GridFormFileField, "label">;
 } | {
-    renderField: import("component-test-setup").RenderRtl<React.FC<import("../GridFormCheckboxInput").GridFormCheckboxInputProps>, {}>;
+    renderField: import("@codecademy/gamut-tests").GamutRenderRtl<React.FC<import("../GridFormCheckboxInput").GridFormCheckboxInputProps>, {}>;
     defaultFieldProps: import("../..").GridFormCheckboxField;
 };
 type GridFormInputGroupTestComponentProps = GridFormInputGroupProps & {
     mode?: 'onSubmit' | 'onChange';