UNPKG
@rc-component/dialog
Version:
latest (1.5.1)
1.5.1
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
dialog ui component for react
github.com/react-component/dialog
react-component/dialog
@rc-component/dialog
/
es
/
DialogWrap.d.ts
5 lines
(4 loc)
•
173 B
TypeScript
View Raw
1
2
3
4
5
import
*
as
React
from
'react'
;
import
type
{
IDialogPropTypes
}
from
'./IDialogPropTypes'
;
declare
const
DialogWrap
:
React
.
FC
<
IDialogPropTypes
>;
export
default
DialogWrap
;