UNPKG
react-test-attributes
Version:
latest (1.0.0)
1.0.0
0.5.0
0.4.0
0.3.0
0.2.1
0.2.0
React library to add data-* attributes to DOM elements.
dennismorello/react-test-attributes
react-test-attributes
/
dist
/
test-config-context.d.ts
5 lines
(4 loc)
•
188 B
TypeScript
View Raw
1
2
3
4
5
/// <reference types="react" />
import
{
ConfigInterface
}
from
'./types'
;
declare
const
TestConfigContext
:
import
(
"react"
).
Context
<
ConfigInterface
>;
export
default
TestConfigContext
;