Urara-Blog/node_modules/.pnpm-store/v3/files/62/a8be810ed144e8d48cfed56caf73a40a4a7fc9508b27e82332304bd149fb6ab7509fe95aa1c8cd0b8137970700045ff370c7327018d5baf675bdb741f83a9a
2022-08-14 01:14:53 +08:00

11 lines
434 B
Text

/**
* @param {Parent} parent
* @param {Context} context
* @param {SafeOptions} safeOptions
* @returns {string}
*/
export function containerPhrasing(parent: Parent, context: Context, safeOptions: SafeOptions): string;
export type Node = import('../types.js').Node;
export type Parent = import('../types.js').Parent;
export type SafeOptions = import('../types.js').SafeOptions;
export type Context = import('../types.js').Context;