@gear-js/react-hooks
Version:
React hooks used across Gear applications
5 lines (4 loc) • 305 B
TypeScript
import { useSendMessageWithGas, UseSendMessageWithGasOptions, SendMessageWithGasOptions } from './use-send-message-handler';
import { useCreateHandler } from './useCreateHandler';
export { useCreateHandler, useSendMessageWithGas };
export type { UseSendMessageWithGasOptions, SendMessageWithGasOptions };