UNPKG

simple-react-event-hub

Version:

A simple hub that your react components can use to listen for events triggered by other components (using the hooks api)

13 lines 164 B
{ "compilerOptions": { "declaration": true, }, "include": [ "src/**/*.ts", "src/**/*.tsx" ], "exclude": [ "node_modules", "dist" ] }