Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface Validator
import { type Validator } from "https://deno.land/std@0.40.0/types/react/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; }