/** * @usedBy PoTagComponent * * @description * * Interface para definição das literais usadas no `po-tag`. */ export interface PoTagLiterals { /** Texto exibido no tooltip indicando remoção da tag. */ remove?: string; }