Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/ui/entity-selector/src/item/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/ui/entity-selector/src/item/item-badge-options.js

import type { TextNodeOptions } from '../common/text-node-options';

export type ItemBadgeOptions = {
	title: string | TextNodeOptions,
	textColor?: string,
	bgColor?: string
};