Edit File: index.d.ts
declare module 'emoji-regex' { function emojiRegex(): RegExp; export default emojiRegex; }
Back to File Manager