ant-design/components/_util/hooks/useMergeSemantic/interface.ts
二货爱吃白萝卜 0a50c71d59
refactor: Align the structure of semantic interface (#53453)
* chore: looper

* refactor: merge logic

* chore: comment

* chore: image semantic

* test: fix test case

* chore: fix lint

* chore: fix lint

* chore: show the strcture

* chore: desc update
2025-04-09 17:58:16 +08:00

28 lines
233 B
TypeScript

export type ValidChar =
| 'a'
| 'b'
| 'c'
| 'd'
| 'e'
| 'f'
| 'g'
| 'h'
| 'i'
| 'j'
| 'k'
| 'l'
| 'm'
| 'n'
| 'o'
| 'p'
| 'q'
| 'r'
| 's'
| 't'
| 'u'
| 'v'
| 'w'
| 'x'
| 'y'
| 'z';