UNPKG

react-test-attributes

Version:

React library to add data-* attributes to DOM elements.

8 lines (7 loc) 233 B
import * as React from 'react'; import { ConfigInterface } from '../types'; interface TestAttributeProps extends ConfigInterface { id: string; } export declare const TestAttribute: React.FC<TestAttributeProps>; export {};