Add `string` to the acceptable types for `border`

pull/9307/head
Josh Duff 3 years ago committed by GitHub
parent 6f508a011b
commit a6a44273e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1045,7 +1045,7 @@ export interface HTMLStyleAttributes extends HTMLAttributes<HTMLStyleElement> {
export interface HTMLTableAttributes extends HTMLAttributes<HTMLTableElement> {
align?: 'left' | 'center' | 'right' | undefined | null;
bgcolor?: string | undefined | null;
border?: number | undefined | null;
border?: number | string | undefined | null;
cellpadding?: number | string | undefined | null;
cellspacing?: number | string | undefined | null;
frame?: boolean | undefined | null;

Loading…
Cancel
Save