File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -892,7 +892,7 @@ export interface HTMLButtonAttributes extends HTMLAttributes<HTMLButtonElement>
892
892
| 'text/plain'
893
893
| undefined
894
894
| null ;
895
- formmethod ?: 'dialog' | 'get' | 'post' | undefined | null ;
895
+ formmethod ?: 'dialog' | 'get' | 'post' | 'DIALOG' | 'GET' | 'POST' | undefined | null ;
896
896
formnovalidate ?: boolean | undefined | null ;
897
897
formtarget ?: string | undefined | null ;
898
898
name ?: string | undefined | null ;
@@ -963,7 +963,7 @@ export interface HTMLFormAttributes extends HTMLAttributes<HTMLFormElement> {
963
963
| 'text/plain'
964
964
| undefined
965
965
| null ;
966
- method ?: 'dialog' | 'get' | 'post' | undefined | null ;
966
+ method ?: 'dialog' | 'get' | 'post' | 'DIALOG' | 'GET' | 'POST' | undefined | null ;
967
967
name ?: string | undefined | null ;
968
968
novalidate ?: boolean | undefined | null ;
969
969
target ?: string | undefined | null ;
@@ -1064,7 +1064,7 @@ export interface HTMLInputAttributes extends HTMLAttributes<HTMLInputElement> {
1064
1064
| 'text/plain'
1065
1065
| undefined
1066
1066
| null ;
1067
- formmethod ?: 'dialog' | 'get' | 'post' | undefined | null ;
1067
+ formmethod ?: 'dialog' | 'get' | 'post' | 'DIALOG' | 'GET' | 'POST' | undefined | null ;
1068
1068
formnovalidate ?: boolean | undefined | null ;
1069
1069
formtarget ?: string | undefined | null ;
1070
1070
height ?: number | string | undefined | null ;
You can’t perform that action at this time.
0 commit comments