UNPKG

bitran

Version:

📜 Highly customizable text processor and transpiler.

7 lines (6 loc) • 226 B
import { DefineProductType } from '../../index.ts'; import { InlinersNode } from '../groups'; export declare const paragraphName = "_paragraph"; export type ParagraphType = DefineProductType<{ ParseData: InlinersNode; }>;