Type Alias EmoticonGrpData

EmoticonGrpData: {
    items: {
        key: string;
        val: string;
    }[];
    name: string;
    type: "emoticon" | "image" | "emoji";
}