UNPKG

vuestic-ui

Version:
4 lines (3 loc) 198 B
import type { Step } from './types'; /** Checks if hasError a function and returns its result. Otherwise returns hasError as boolean */ export declare const isStepHasError: (step: Step) => boolean;