Skip to content

Commit df2e7b4

Browse files
committed
fix eslint and less in devDeps
1 parent 3391700 commit df2e7b4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@
5555
"enzyme": "^3.10.0",
5656
"enzyme-adapter-react-16": "^1.14.0",
5757
"enzyme-to-json": "^3.4.2",
58+
"eslint": "^6.5.1",
5859
"father": "^2.13.2",
5960
"jsonp": "^0.2.0",
61+
"less": "^3.10.3",
6062
"np": "^5.0.3",
6163
"pre-commit": "^1.2.2",
6264
"querystring": "^0.2.0",

src/IDrawerPropTypes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ interface IProps extends Omit<React.HTMLAttributes<any>, 'onChange'> {
2828
showMask?: boolean;
2929
maskClosable?: boolean;
3030
maskStyle?: React.CSSProperties;
31+
drawerStyle?: React.CSSProperties;
3132
onChange?: ((open?: boolean) => void);
3233
afterVisibleChange?: ((open: boolean) => void);
3334
onHandleClick?: ((e: React.MouseEvent | React.KeyboardEvent) => void);

0 commit comments

Comments
 (0)