medium-proeditor
Version:
A powerful & customizable Medium-style rich text editor
11 lines • 306 B
TypeScript
import EmojiList from './emojiList.json';
export { EmojiList };
export declare const emojiSearch: (keyword: string) => {
emoji: string;
name: string;
}[];
export declare const emojiGet: (keyword: string) => {
emoji: string;
name: string;
} | undefined;
//# sourceMappingURL=helpers.d.ts.map