knowledgebase_law/node_modules/micromark-core-commonmark/lib/content.d.ts

7 lines
200 B
TypeScript
Raw Normal View History

2025-04-11 23:47:09 +08:00
/**
* No name because it must not be turned off.
* @type {Construct}
*/
export const content: Construct;
import type { Construct } from 'micromark-util-types';
//# sourceMappingURL=content.d.ts.map