mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 23:00:30 +00:00
5f4c19da35
Co-authored-by: Opender Singh <opender.singh@konghq.com>
12 lines
344 B
TypeScript
12 lines
344 B
TypeScript
export type { GrpcRequestState } from './grpc-reducer';
|
|
export type { GrpcDispatch } from './grpc-actions';
|
|
export { grpcActions } from './grpc-actions';
|
|
export {
|
|
useGrpc,
|
|
useGrpcDispatch,
|
|
GrpcProvider,
|
|
useGrpcRequestState,
|
|
GrpcDispatchModalWrapper,
|
|
} from './grpc-context';
|
|
export { sendGrpcIpcMultiple } from './grpc-ipc-renderer';
|