src: Resolve type-only imports

This commit is contained in:
regexowl 2024-10-10 14:09:48 +02:00 committed by Sanne Raymaekers
parent c1edc53c2f
commit 076fb3fc9d
5 changed files with 15 additions and 15 deletions

View file

@ -7,7 +7,7 @@ import {
TextInputProps,
} from '@patternfly/react-core';
import { StepValidation } from './utilities/useValidation';
import type { StepValidation } from './utilities/useValidation';
interface ValidatedTextInputPropTypes extends TextInputProps {
dataTestId?: string | undefined;