Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/ui/install/js/ui/rich-text-area/src/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/ui/install/js/ui/rich-text-area/src/index.js

import { RichTextAreaComponent } from './rich-text-area-component';
import { FileButton } from './components/action-bar/file-button';
import { CreateDocumentButton } from './components/action-bar/create-document-button';
import { RecordVideoButton } from './components/action-bar/record-video-button';
import { ActionButton } from './components/action-bar/action-button';

import type { RichTextArea } from './rich-text-area';
import type { RichTextAreaOptions, RichTextAreaWidgetOptions } from './rich-text-area-options';

export {
	RichTextAreaComponent,
	FileButton,
	ActionButton,
	CreateDocumentButton,
	RecordVideoButton,
};

export type {
	RichTextArea,
	RichTextAreaOptions,
	RichTextAreaWidgetOptions,
};