mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-18 20:37:14 +08:00
Add type property for <ol>
https://developer.mozilla.org/en-US/docs/Web/API/HTMLOListElement
This commit is contained in:
1
types/react/index.d.ts
vendored
1
types/react/index.d.ts
vendored
@@ -1545,6 +1545,7 @@ declare namespace React {
|
||||
interface OlHTMLAttributes<T> extends HTMLAttributes<T> {
|
||||
reversed?: boolean;
|
||||
start?: number;
|
||||
type?: '1' | 'a' | 'A' | 'i' | 'I';
|
||||
}
|
||||
|
||||
interface OptgroupHTMLAttributes<T> extends HTMLAttributes<T> {
|
||||
|
||||
Reference in New Issue
Block a user