artalk
    Preparing search index...

    Type Alias EmoticonGrpData

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

    Properties

    Properties

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