New: Implement propTypes.stringLiteral()
This commit is contained in:
parent
9809042762
commit
4038ad34a4
2 changed files with 25 additions and 3 deletions
|
@ -65,6 +65,7 @@ const propEditorByPropType: {
|
|||
string: () => <>Implement me</>,
|
||||
enum: () => <>Implement me</>,
|
||||
boolean: () => <>Implement me</>,
|
||||
stringLiteral: () => <>Implement me</>,
|
||||
}
|
||||
|
||||
const DeterminePropEditor: React.FC<{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue