UNPKG

@gear-js/react-hooks

Version:
5 lines (4 loc) 305 B
import { useSendMessageWithGas, UseSendMessageWithGasOptions, SendMessageWithGasOptions } from './use-send-message-handler'; import { useCreateHandler } from './useCreateHandler'; export { useCreateHandler, useSendMessageWithGas }; export type { UseSendMessageWithGasOptions, SendMessageWithGasOptions };