mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 21:19:01 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			311 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			311 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
import ckeditor from './../theme/icons/math.svg?raw';
 | 
						|
import './augmentation.js';
 | 
						|
import "../theme/mathform.css";
 | 
						|
 | 
						|
export { default as Math } from './math.js';
 | 
						|
export { default as MathUI } from './mathui.js';
 | 
						|
export { default as AutoformatMath } from './autoformatmath.js';
 | 
						|
 | 
						|
export const icons = {
 | 
						|
	ckeditor
 | 
						|
};
 |