mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Missing resizeHandles optional parameter (#37215)
* Missing option Adding missing option. * Specify type Specify type more clearly.
This commit is contained in:
parent
5a388eedc2
commit
e0f1942d15
1
types/react-resizable/index.d.ts
vendored
1
types/react-resizable/index.d.ts
vendored
@ -44,6 +44,7 @@ export interface ResizableProps {
|
||||
onResizeStart?: (e: React.SyntheticEvent, data: ResizeCallbackData) => any;
|
||||
onResize?: (e: React.SyntheticEvent, data: ResizeCallbackData) => any;
|
||||
draggableOpts?: any;
|
||||
resizeHandles?: string[];
|
||||
}
|
||||
|
||||
export class Resizable extends React.Component<
|
||||
|
||||
Loading…
Reference in New Issue
Block a user