Skip to main content
The Deno 2 Release Candidate is here
Learn more
interface Validator
import { type Validator } from "https://deno.land/x/react_deno@17.0.2/src/prop_types.d.ts";

Call Signatures

(
props: { [key: string]: any; },
propName: string,
componentName: string,
location: string,
propFullName: string,
): Error | null

Properties

optional
[nominalTypeHack]: { type: T; } | undefined