@limitless-angular/sanity
Version:
A powerful Angular library for Sanity.io integration, featuring Portable Text rendering and optimized image loading.
7 lines (6 loc) • 470 B
TypeScript
import { createListenLogic, createRequestMachine, type Message } from '@sanity/comlink';
export { type ListenInput, type Message, type MessageData, type MessageType, MSG_RESPONSE, type ProtocolMessage, type RequestMachineContext, type ResponseMessage, } from '@sanity/comlink';
export declare const createCompatibilityActors: <T extends Message>() => {
listen: ReturnType<typeof createListenLogic>;
requestMachine: ReturnType<typeof createRequestMachine<T>>;
};