UNPKG

@connected/react

Version:

The hassle free way to call your server-side code

6 lines 252 B
import useInstanceWithCommands from './use-instance-with-commands.js'; export default function useInstance(klass, ...args) { const [instance] = useInstanceWithCommands(klass, ...args); return instance; } //# sourceMappingURL=use-instance.js.map