UNPKG

react-attractor

Version:

React library to map DOM elements to React components

5 lines 323 B
export { TetherProvider, useTetherContext } from './TetherContext'; export { withTether, isForwardRefComponent } from './withTether'; export type { TetherMetadata, TetherContextValue } from './types'; export type { TetherProps, RefCapableProps, ForwardRefComponent } from './withTether'; //# sourceMappingURL=index.d.ts.map