Update html/index.d.ts

Co-authored-by: Ignatius Bagus <ignatius.mbs@gmail.com>
pull/7649/head
Simon H 4 years ago committed by GitHub
parent 7bee2838d6
commit cf019d556d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
html/index.d.ts vendored

@ -1016,7 +1016,7 @@ export interface TextareaHTMLAttributes extends HTMLAttributes<HTMLTextAreaEleme
} }
export interface TdHTMLAttributes extends HTMLAttributes<HTMLTableCellElement> { export interface TdHTMLAttributes extends HTMLAttributes<HTMLTableCellElement> {
align?: "left" | "center" | "right" | "justify" | "char" | undefined | null; align?: 'left' | 'center' | 'right' | 'justify' | 'char' | undefined | null;
colspan?: number | undefined | null; colspan?: number | undefined | null;
headers?: string | undefined | null; headers?: string | undefined | null;
rowspan?: number | undefined | null; rowspan?: number | undefined | null;

Loading…
Cancel
Save