mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
[react-rnd] Add position property (#35427)
This commit is contained in:
committed by
Ryan Cavanaugh
parent
6f40d7c9cb
commit
306b676cff
Vendored
+4
@@ -104,6 +104,10 @@ export interface Options {
|
||||
bounds: 'parent' | 'window' | 'body' | string;
|
||||
resizeHandleClasses: HandleClasses;
|
||||
resizeHandleStyles: HandleStyles;
|
||||
position?: {
|
||||
x: number;
|
||||
y: number;
|
||||
};
|
||||
|
||||
lockAspectRatio: boolean;
|
||||
enableResizing?: Enable;
|
||||
|
||||
Reference in New Issue
Block a user