Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/netzo/deps/react-day-picker.ts>DateAfter

Deno-powered framework for building business web apps
Go to Latest
type alias DateAfter
import { type DateAfter } from "https://deno.land/x/netzo@0.3.91/deps/react-day-picker.ts";

A matcher to match a day falling after the specified date, with the date not included.

definition: { after: Date; }