mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
rm drawer config consumer props (#17390)
* rm drawer config consumer props * Update index.tsx
This commit is contained in:
parent
1fc1710582
commit
a1298463be
@ -219,6 +219,14 @@ class Drawer extends React.Component<DrawerProps & ConfigConsumerProps, IDrawerS
|
||||
title,
|
||||
push,
|
||||
onClose,
|
||||
visible,
|
||||
// ConfigConsumerProps
|
||||
getPopupContainer,
|
||||
rootPrefixCls,
|
||||
getPrefixCls,
|
||||
renderEmpty,
|
||||
csp,
|
||||
autoInsertSpaceInButton,
|
||||
...rest
|
||||
} = this.props;
|
||||
warning(
|
||||
|
@ -1,2 +1,3 @@
|
||||
// deps-lint-skip: empty
|
||||
import '../../style/index.less';
|
||||
import './index.less';
|
||||
|
Loading…
Reference in New Issue
Block a user