UNPKG
@rc-component/dialog
Version:
latest (1.2.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
/
lib
/
context.d.ts
6 lines
(5 loc)
•
173 B
TypeScript
View Raw
1
2
3
4
5
6
import
*
as
React
from
'react'
;
export
interface
RefContextProps
{
panel
?:
React
.
Ref
<
HTMLDivElement
>; }
export
declare
const
RefContext
:
React
.
Context
<
RefContextProps
>;