mirror of
https://github.com/twitter/twemoji.git
synced 2024-11-02 11:30:12 +00:00
fix index.d.ts export instead of declare
This commit is contained in:
parent
d4f133bf7e
commit
34e6b4a667
2
index.d.ts
vendored
2
index.d.ts
vendored
@ -29,7 +29,7 @@ declare interface TwemojiOptions {
|
||||
attributes?(): void;
|
||||
}
|
||||
|
||||
export const twemoji: {
|
||||
declare const twemoji: {
|
||||
convert: {
|
||||
fromCodePoint(hexCodePoint: string): string;
|
||||
toCodePoint(utf16surrogatePairs: string): string;
|
||||
|
Loading…
Reference in New Issue
Block a user