@chayns-components/emoji-input 5.0.0-beta.95 → 5.0.0-beta.96

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,8 @@
1
+ export declare const asciiList: {
2
+ [key: string]: string;
3
+ };
4
+ export declare const regAscii: RegExp;
5
+ export declare const shortNameList: {
6
+ [key: string]: string;
7
+ };
8
+ export declare const regShortnames: RegExp;