UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

10 lines (9 loc) 835 B
export declare const LIVE_PREVIEW_READY_MESSAGE_TYPE = "livePreviewReady"; export declare const LIVE_PREVIEW_DOCSJSON_OVERRIDE_MESSAGE_TYPE = "livePreviewDocsJsonOverride"; export declare const LIVE_PREVIEW_RESET_MESSAGE_TYPE = "livePreviewReset"; export declare const LIVE_PREVIEW_URL_CHANGE_MESSAGE_TYPE = "LIVE_PREVIEW_URL_CHANGE"; export declare const LIVE_PREVIEW_NAVIGATE_TO_URL_MESSAGE_TYPE = "LIVE_PREVIEW_NAVIGATE_TO_URL"; export declare const LIVE_PREVIEW_COMPILED_CONTENT_UPDATE_MESSAGE_TYPE = "livePreviewCompiledContentUpdate"; export declare const LIVE_PREVIEW_NAVIGATION_UPDATE_MESSAGE_TYPE = "livePreviewNavigationUpdate"; export declare const LIVE_PREVIEW_REQUEST_CONTENT_MESSAGE_TYPE = "livePreviewRequestContent"; export declare const LIVE_PREVIEW_CONTENT_UNAVAILABLE_MESSAGE_TYPE = "livePreviewContentUnavailable";