Created
July 1, 2020 20:12
-
-
Save guillaumewuip/5aa72f9f085bbc36fb7f72841748db08 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export function createEmptyText() { | |
return MessageUnion.of.Text({ text: ‘’ }); // you must pass a $Text here | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment