react-attractor
Version:
React library to map DOM elements to React components
5 lines • 323 B
TypeScript
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