4 lines
124 B
TypeScript
4 lines
124 B
TypeScript
/** @type {Construct} */
|
|
export const directiveContainer: Construct;
|
|
import type { Construct } from 'micromark-util-types';
|