Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/ui/entity-selector/src/common/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/ui/entity-selector/src/common/text-node-options.js

import type TextNodeType from './text-node-type';

export type TextNodeOptions = {
	text: string,
	type?: TextNodeType
};