UNPKG
@leebonggu/component-library
Version:
latest (1.1.1)
1.1.1
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.1.1
## Schedule
github.com/Leebonggu/component-library
Leebonggu/component-library
@leebonggu/component-library
/
dist
/
esm
/
types
/
fields
/
FieldContext.d.ts
5 lines
(4 loc)
•
192 B
TypeScript
View Raw
1
2
3
4
5
/// <reference types="react" />
declare
const
FieldContext
:
import
(
"react"
).
Context
<
string
|
undefined
>;
declare
const
useFieldContext
:
() =>
string
;
export
{
FieldContext
, useFieldContext };