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

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

Deno-powered framework for building business web apps
Go to Latest
variable Button
import { Button } from "https://deno.land/x/netzo@0.3.91/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>>