UNPKG
antd-mobile-alita
Version:
latest (2.3.4)
2.3.4
基于 React 的移动设计规范实现
mobile.ant.design
ant-design/ant-design-mobile
antd-mobile-alita
/
lib
/
drawer
/
index.d.ts
10 lines
(9 loc)
•
278 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
*
as
React
from
'react'
;
import
{
DrawerWebProps
}
from
'./PropsType'
;
export
default
class
Drawer
extends
React.Component
<
DrawerWebProps
,
any
> {
static
defaultProps
: {
prefixCls
:
string
;
enableDragHandle
:
boolean
; };
render
():
JSX
.
Element
; }