|
|
@ -996,7 +996,7 @@ export interface HTMLFieldsetAttributes extends HTMLAttributes<HTMLFieldSetEleme
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
export interface HTMLFormAttributes extends HTMLAttributes<HTMLFormElement> {
|
|
|
|
export interface HTMLFormAttributes extends HTMLAttributes<HTMLFormElement> {
|
|
|
|
'accept-charset'?: 'UTF-8' | (string & {}) | undefined | null;
|
|
|
|
'accept-charset'?: 'utf-8' | (string & {}) | undefined | null;
|
|
|
|
action?: string | undefined | null;
|
|
|
|
action?: string | undefined | null;
|
|
|
|
autocomplete?: AutoFillBase | undefined | null;
|
|
|
|
autocomplete?: AutoFillBase | undefined | null;
|
|
|
|
enctype?:
|
|
|
|
enctype?:
|
|
|
|