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 b5494bb484
commit e8845cec7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
html/index.d.ts vendored

@ -984,7 +984,7 @@ export interface StyleHTMLAttributes extends HTMLAttributes<HTMLStyleElement> {
} }
export interface TableHTMLAttributes extends HTMLAttributes<HTMLTableElement> { export interface TableHTMLAttributes extends HTMLAttributes<HTMLTableElement> {
align?: "left" | "center" | "right" | undefined | null; align?: 'left' | 'center' | 'right' | undefined | null;
bgcolor?: string | undefined | null; bgcolor?: string | undefined | null;
border?: number | undefined | null; border?: number | undefined | null;
cellpadding?: number | string | undefined | null; cellpadding?: number | string | undefined | null;

Loading…
Cancel
Save