Files
smatchit_tailwind_project/node_modules/string-width/node_modules/emoji-regex/text.d.ts
2024-07-15 15:57:41 +03:00

6 lines
95 B
TypeScript

declare module 'emoji-regex/text' {
function emojiRegex(): RegExp;
export = emojiRegex;
}