UNPKG

@gensx/react

Version:

React hooks and components for GenSX AI workflows.

20 lines (14 loc) 546 B
'use strict'; /** * Check out the docs at https://www.gensx.com/docs * Find us on Github https://github.com/gensx-inc/gensx * Find us on Discord https://discord.gg/F5BSU8Kc */ var useGensx = require('./hooks/use-gensx.cjs'); var useObject = require('./hooks/use-object.cjs'); var tools = require('./tools.cjs'); exports.useEvents = useGensx.useEvents; exports.useWorkflow = useGensx.useWorkflow; exports.useObject = useObject.useObject; exports.createToolImplementations = tools.createToolImplementations; //# sourceMappingURL=index.cjs.map