UNPKG
croact
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.0
Simple React for compatible use
github.com/daybrush/croact
daybrush/croact
croact
/
declaration
/
base
/
refs.d.ts
4 lines
(3 loc)
•
196 B
TypeScript
View Raw
1
2
3
4
import
{
Ref
}
from
"../types"
;
export
declare
function
createRef
(
defaultValue
?:
any
):
Ref
;
export
declare
function
forwardRef
(
func
: (props:
any
, ref: Ref) =>
any
):
(
props
:
any
,
ref
:
Ref
) =>
any
;