Last change
on this file since e29cc2e was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
427 bytes
|
Line | |
---|
1 | declare module 'emoji-regex' {
|
---|
2 | function emojiRegex(): RegExp;
|
---|
3 |
|
---|
4 | export default emojiRegex;
|
---|
5 | }
|
---|
6 |
|
---|
7 | declare module 'emoji-regex/text' {
|
---|
8 | function emojiRegex(): RegExp;
|
---|
9 |
|
---|
10 | export default emojiRegex;
|
---|
11 | }
|
---|
12 |
|
---|
13 | declare module 'emoji-regex/es2015' {
|
---|
14 | function emojiRegex(): RegExp;
|
---|
15 |
|
---|
16 | export default emojiRegex;
|
---|
17 | }
|
---|
18 |
|
---|
19 | declare module 'emoji-regex/es2015/text' {
|
---|
20 | function emojiRegex(): RegExp;
|
---|
21 |
|
---|
22 | export default emojiRegex;
|
---|
23 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.