UNPKG

@paroicms/server

Version:
4 lines (3 loc) 319 B
import type { UpdateFieldValues } from "@paroicms/public-anywhere-lib"; import type { SiteContext } from "../site-context/site-context.types.js"; export declare function applyMarkdownToNativeForValues(siteContext: SiteContext, values: UpdateFieldValues, typeName: string, language: string): Promise<UpdateFieldValues>;