Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface ProgressProps
implements PrimitiveDivProps
import { type ProgressProps } from "https://deno.land/x/netzo@0.3.66/deps/@radix-ui/react-progress.ts";

Properties

optional
value: number | null | undefined
optional
max: number

Methods

optional
getValueLabel(value: number, max: number): string