@if (type() === 'emoji') {

{{ 'PAC.KEY_WORDS.ChooseStyle' | translate: { Default: 'Choose Style' } }}

@for (color of colors; track color) {
@if (emoji()) { }
}
} @if (type() === 'image') {
@if (imageUrl()) {
}
{{ 'PAC.KEY_WORDS.DropImageHereOr' | translate: { Default: 'Drop your image here, or' } }}
{{ 'PAC.KEY_WORDS.Supports' | translate: { Default: 'Supports' } }} PNG, JPG, JPEG, WEBP {{ 'PAC.KEY_WORDS.And' | translate: { Default: 'and' } }} GIF
}