Created
January 11, 2022 09:38
-
-
Save vkbansal/2cd6e13f97637e5a5795ea29fd1fefd8 to your computer and use it in GitHub Desktop.
strings-ext-02
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
// strings.yaml.d.ts | |
declare const strings: Record<string, string>; | |
export default strings; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment