- Implemented DeesInputFileupload component with file upload functionality, including drag-and-drop support, file previews, and clear all option. - Developed DeesInputRichtext component featuring a rich text editor with a formatting toolbar, link management, and word count display. - Created demo for DeesInputRichtext showcasing various use cases including basic editing, placeholder text, different heights, and disabled state. - Added styles for both components to ensure a consistent and user-friendly interface. - Introduced types for toolbar buttons in the rich text editor for better type safety and maintainability.
		
			
				
	
	
		
			5 lines
		
	
	
		
			176 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			176 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| export * from './component.js';
 | |
| export { richtextStyles } from './styles.js';
 | |
| export { renderRichtext } from './template.js';
 | |
| export type { IToolbarButton } from './types.js';
 |