File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ type Props = {
4343 usePercentages ?: boolean ,
4444
4545 className : string ,
46- style ?: Object ,
46+ style ?: CSSStyleDeclaration ,
4747 // Draggability
4848 cancel : string ,
4949 handle : string ,
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ type State = {
4343
4444export type Props = {
4545 className : string ,
46- style : Object ,
46+ style : CSSStyleDeclaration ,
4747 width : number ,
4848 autoSize : boolean ,
4949 cols : number ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import type { ComponentType as ReactComponentType } from "react";
77type WPProps = {
88 className ?: string ,
99 measureBeforeMount : boolean ,
10- style ?: Object
10+ style ?: CSSStyleDeclaration
1111} ;
1212
1313type WPState = {
You can’t perform that action at this time.
0 commit comments