function defaultimport { default } from "https://deno.land/x/ayonli_jsext@v0.9.72/dialog/browser/Dialog.ts"; default(props: { onCancel?: ((dialog: HTMLDialogElement) => void) | undefined; onOk?: ((dialog: HTMLDialogElement) => void) | undefined; }, ...children: HTMLElement[])Parametersprops: { onCancel?: ((dialog: HTMLDialogElement) => void) | undefined; onOk?: ((dialog: HTMLDialogElement) => void) | undefined; }...children: HTMLElement[]