add initial marp implementation with sample content and build configuration
This commit is contained in:
7
node_modules/speech-rule-engine/js/enrich_mathml/abstract_enrich_case.d.ts
generated
vendored
Normal file
7
node_modules/speech-rule-engine/js/enrich_mathml/abstract_enrich_case.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { SemanticNode } from '../semantic_tree/semantic_node.js';
|
||||
import { EnrichCase } from './enrich_case.js';
|
||||
export declare abstract class AbstractEnrichCase implements EnrichCase {
|
||||
semantic: SemanticNode;
|
||||
abstract getMathml(): Element;
|
||||
constructor(semantic: SemanticNode);
|
||||
}
|
||||
Reference in New Issue
Block a user