Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/ui/avatar/src/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/ui/avatar/src/avatar-options.js

export type AvatarOptions = {
	title?: string;
	userName?: string;
	initials?: string;
	userpicPath?: string;
	picPath?: string;
	size?: number;
	baseColor?: string;
	borderColor?: string;
	borderInnerColor?: string;
};