UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

12 lines (11 loc) 550 B
export declare const VIRTUAL_MODULE_ID = "astro:actions"; export declare const RESOLVED_VIRTUAL_MODULE_ID: string; export declare const ACTIONS_TYPES_FILE = "actions.d.ts"; export declare const ASTRO_ACTIONS_INTERNAL_MODULE_ID = "astro-internal:actions"; export declare const RESOLVED_ASTRO_ACTIONS_INTERNAL_MODULE_ID: string; export declare const NOOP_ACTIONS = "\0noop-actions"; export declare const ACTION_QUERY_PARAMS: { actionName: string; actionPayload: string; }; export declare const ACTION_RPC_ROUTE_PATTERN = "/_actions/[...path]";