mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-09 05:58:15 +08:00
7 lines
200 B
TypeScript
7 lines
200 B
TypeScript
/**
|
|
* 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
|