UNPKG

react-test-attributes

Version:

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

6 lines (5 loc) 257 B
/// <reference types="react" /> import { TestAttribute } from './components/TestAttribute'; declare const TestAttributesConfig: import("react").Provider<import("./types").ConfigInterface>; export { TestAttributesConfig }; export default TestAttribute;