Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
variable Button
import { Button } from "https://deno.land/x/netzo@0.3.66/deps/react-day-picker.ts";

Render a button HTML element applying the reset class name.

type

React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>