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

x/netzo/deps/@radix-ui/react-dialog.ts>DialogProps

Deno-powered framework for building business web apps
Go to Latest
interface DialogProps
import { type DialogProps } from "https://deno.land/x/netzo@0.3.91/deps/@radix-ui/react-dialog.ts";

Properties

optional
children: React.ReactNode
optional
open: boolean
optional
defaultOpen: boolean
optional
modal: boolean

Methods

optional
onOpenChange(open: boolean): void