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
/
config.d.ts
4 lines
(3 loc)
•
122 B
TypeScript
View Raw
1
2
3
4
import
{
ConfigInterface
}
from
'./types'
;
declare
const
defaultConfig
:
ConfigInterface
;
export
default
defaultConfig;