'How do I export a union of literals type without using an intermediate name?

My file is very simple, however I feel it should be simpler still...

type wevs = "xxxs"|"xxs"|"xs"|"sm"|"md"|"lg"|"xl"|"xxl"|"xxxl"
export default wevs

How do I write this without the "wevs" ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source