UNPKG

@connected/react

Version:

The hassle free way to call your server-side code

3 lines 268 B
import type { CommandBuilder, Newable } from './types.js'; export default function useCommands<C extends Newable<T>, T extends object = InstanceType<C>>(klass: C, ...args: ConstructorParameters<C> | []): CommandBuilder<C, T>; //# sourceMappingURL=use-commands.d.ts.map