UNPKG

vue-ts-types

Version:

Lightweight TypeScript-first Vue prop type definitions

4 lines (3 loc) 175 B
import type { Validator } from '.'; /** Validator that only allows any of the given values. */ export declare const isOneOf: (allowedValues: readonly unknown[]) => Validator;