UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

24 lines (16 loc) 427 B
declare module 'emoji-regex' { function emojiRegex(): RegExp; export default emojiRegex; } declare module 'emoji-regex/text' { function emojiRegex(): RegExp; export default emojiRegex; } declare module 'emoji-regex/es2015' { function emojiRegex(): RegExp; export default emojiRegex; } declare module 'emoji-regex/es2015/text' { function emojiRegex(): RegExp; export default emojiRegex; }