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

2
html/index.d.ts vendored

@ -1024,7 +1024,7 @@ export interface TdHTMLAttributes extends HTMLAttributes<HTMLTableCellElement> {
abbr?: string | undefined | null; abbr?: string | undefined | null;
height?: number | string | undefined | null; height?: number | string | undefined | null;
width?: number | string | undefined | null; width?: number | string | undefined | null;
valign?: "top" | "middle" | "bottom" | "baseline" | undefined | null; valign?: 'top' | 'middle' | 'bottom' | 'baseline' | undefined | null;
} }
export interface ThHTMLAttributes extends HTMLAttributes<HTMLTableCellElement> { export interface ThHTMLAttributes extends HTMLAttributes<HTMLTableCellElement> {

Loading…
Cancel
Save