chore: remove comment

pull/15497/head
Dinh-Van Colomban 1 year ago
parent 2d03502891
commit 93f3f6f8f0

@ -958,7 +958,6 @@ export interface HTMLDelAttributes extends HTMLAttributes<HTMLModElement> {
export interface HTMLDialogAttributes extends HTMLAttributes<HTMLDialogElement> {
open?: boolean | undefined | null;
closedby?: 'any' | 'closerequest' | 'none' | undefined | null;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDialogElement/returnValue) */
returnValue?: string | undefined | null;
}

Loading…
Cancel
Save