| Current Path : /var/www/homesaver/www/bitrix/js/ui/entity-selector/src/item/ |
| 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
};