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
/
types.d.ts
5 lines
(4 loc)
•
100 B
TypeScript
View Raw
1
2
3
4
5
export
interface
ConfigInterface
{
suffix
?:
string
;
enableInProductionMode
?:
boolean
; }