Variable unicodeCharactersConst

unicodeCharacters: Readonly<{
    arrowDown: "↓";
    arrowUp: "↑";
    copyright: "©";
}> = ...

Fancy unicode chars. Sometimes more useful than one may have through.

Type declaration

  • arrowDown: "↓"
  • arrowUp: "↑"
  • copyright: "©"

Generated using TypeDoc