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

2
html/index.d.ts vendored

@ -990,7 +990,7 @@ export interface TableHTMLAttributes extends HTMLAttributes<HTMLTableElement> {
cellpadding?: number | string | undefined | null; cellpadding?: number | string | undefined | null;
cellspacing?: number | string | undefined | null; cellspacing?: number | string | undefined | null;
frame?: boolean | undefined | null; frame?: boolean | undefined | null;
rules?: "none" | "groups" | "rows" | "columns" | "all" | undefined | null; rules?: 'none' | 'groups' | 'rows' | 'columns' | 'all' | undefined | null;
summary?: string | undefined | null; summary?: string | undefined | null;
width?: number | string | undefined | null; width?: number | string | undefined | null;
} }

Loading…
Cancel
Save