diff --git a/index.d.ts b/index.d.ts index 9d08313e0..71b932fc7 100644 --- a/index.d.ts +++ b/index.d.ts @@ -63,7 +63,7 @@ export type ResizeStartCallback = ( delta: NumberSize, ) => void; -export interface ResizableProps { +export interface ResizableProps extends React.HTMLAttributes { onResizeStart?: ResizeStartCallback, onResize?: ResizeCallback, onResizeStop?: ResizeCallback,