mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
[react-rnd] Add position property (#35427)
This commit is contained in:
parent
6f40d7c9cb
commit
306b676cff
4
types/react-rnd/index.d.ts
vendored
4
types/react-rnd/index.d.ts
vendored
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user