@uimkit/uikit-react
Version:
<img style="width:64px" src="https://mgmt.uimkit.chat/media/img/avatar.png"/>
23 lines (21 loc) • 613 B
TypeScript
type EmoticonItemProps = {
entity: {
/** The parts of the Name property of the entity (or id if no name) that can be matched to the user input value.
* Default is bold for matches, but can be overwritten in css.
* */
itemNameParts: {
match: string;
parts: string[];
};
/** Name for emoticon */
name: string;
/** Native value or actual emoticon */
skins: [
{
native: string;
}
];
};
};
export { EmoticonItemProps };
//# sourceMappingURL=EmoticonItem.d.ts.map