mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-28 17:35:49 +08:00
[react] Add T param to React.DOM* types
This commit is contained in:
2
react-holder/react-holder.d.ts
vendored
2
react-holder/react-holder.d.ts
vendored
@@ -9,7 +9,7 @@ declare module "react-holder" {
|
||||
|
||||
import React = __React;
|
||||
|
||||
interface ReactHolderProp extends React.HTMLProps<ReactHolder> {
|
||||
interface ReactHolderProp extends React.HTMLAttributes {
|
||||
width: string | number;
|
||||
height: string | number;
|
||||
updateOnResize: boolean;
|
||||
|
||||
Reference in New Issue
Block a user