UNPKG

z-react-ui

Version:

z-react-ui,是一款基于 Dumi,由 React + TypeScript 开发的组件库 🎉。

9 lines (8 loc) 191 B
export interface EmojiArrType { name: string; src: string; info: string; hover: string; } export declare const EmojiArr: EmojiArrType[]; export declare const emoticonMap: {};