src: Resolve type-only imports
This commit is contained in:
parent
c1edc53c2f
commit
076fb3fc9d
5 changed files with 15 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue