mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-07 03:09:14 +08:00
11 lines
434 B
Text
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;
|