UNPKG
rehance-forms
Version:
latest (4.5.1)
next (4.0.0-alpha.15)
4.5.1
4.5.0
4.4.12
4.4.11
4.4.10
4.4.9
4.4.8
4.4.7
4.4.6
4.4.5
4.4.4
4.4.3
4.4.2
4.4.1
4.4.0
4.3.1
4.3.0
4.2.0
4.1.1
4.1.0
4.0.3
4.0.2
4.0.1
4.0.0
4.0.0-alpha.15
4.0.0-alpha.14
4.0.0-alpha.13
4.0.0-alpha.12
4.0.0-alpha.11
4.0.0-alpha.10
4.0.0-alpha.9
4.0.0-alpha.8
4.0.0-alpha.7
4.0.0-alpha.6
4.0.0-alpha.5
4.0.0-alpha.4
4.0.0-alpha.3
4.0.0-alpha.2
4.0.0-alpha
3.2.1
3.2.0
3.1.0
3.0.0
2.2.2
2.2.1
2.2.0
2.1.0
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0-alpha
1.1.0
1.0.0
Form utilities for React
github.com/HelpfulHuman/Rehance-Forms
HelpfulHuman/Rehance-Forms
rehance-forms
/
dist
/
Scope.d.ts
9 lines
(8 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
*
as
React
from
"react"
;
export
declare
type
ScopeProps
= {
name
:
string
;
children
?:
React
.
ReactNode
; };
export
declare
const
Scope
:
React
.
ForwardRefExoticComponent
<{
children
?:
React
.
ReactNode
; } &
ScopeProps
&
React
.
RefAttributes
<
any
>>;