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
/
index.d.ts
6 lines
(5 loc)
•
257 B
TypeScript
View Raw
1
2
3
4
5
6
/// <reference types="react" />
import
{
TestAttribute
}
from
'./components/TestAttribute'
;
declare
const
TestAttributesConfig
:
import
(
"react"
).
Provider
<
import
(
"./types"
).
ConfigInterface
>;
export
{
TestAttributesConfig
};
export
default
TestAttribute
;