// components/user-avatar/user-avatar.ts Component({ properties: { size: { type: String, value: '42px' }, }, data: {}, methods: {} })