mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 19:19:03 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			307 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			307 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import ckeditor from './../theme/icons/math.svg';
 | |
| 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
 | |
| };
 | 
