-
-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Description
TsInfo currently only supports interfaces and needs to support type literals.
For example, given the following type literal:
type MyString = '1' | '2' | '3';
I want to display it as follows using the TsInfo component:
| type | value |
|---|---|
| MyString | '1' | '2' | '3' |
or is there any corresponding interface for injecting a new markdown component for this purpose
Metadata
Metadata
Assignees
Labels
No labels