mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-07 07:09:13 +08:00
12 lines
477 B
Text
12 lines
477 B
Text
/**
|
|
* @param {Parent} parent
|
|
* @param {Context} context
|
|
* @param {TrackFields} safeOptions
|
|
* @returns {string}
|
|
*/
|
|
export function containerFlow(parent: Parent, context: Context, safeOptions: TrackFields): string;
|
|
export type Node = import('../types.js').Node;
|
|
export type Parent = import('../types.js').Parent;
|
|
export type Join = import('../types.js').Join;
|
|
export type Context = import('../types.js').Context;
|
|
export type TrackFields = import('../types.js').TrackFields;
|