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
/
components
/
TestAttribute.d.ts
8 lines
(7 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
*
as
React
from
'react'
;
import
{
ConfigInterface
}
from
'../types'
;
interface
TestAttributeProps
extends
ConfigInterface
{
id
:
string
; }
export
declare
const
TestAttribute
:
React
.
FC
<
TestAttributeProps
>;
export
{};