Skip to content
This repository was archived by the owner on Jun 15, 2022. It is now read-only.

Commit 9b2209d

Browse files
committed
update README.md
1 parent aedfdaa commit 9b2209d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,14 @@ export default function App() {
111111

112112
- TypedController
113113

114-
| Name | Type | Required |
115-
| :------------- | :------------------------------------------ | :------- |
116-
| `name` | `string | [string, ...(string | number)[]]` ||
117-
| `as` | `'input' | 'select' | 'textarea'` | |
118-
| `render` | `Function` | |
119-
| `defaultValue` | `DeepPathValue` | |
120-
| `rules` | `Object` | |
121-
| `onFocus` | `() => void` | |
114+
| Name | Type | Required |
115+
| :------------- | :-------------------------------------------- | :------- |
116+
| `name` | `string \| [string, ...(string \| number)[]]` ||
117+
| `as` | `'input' \| 'select' \| 'textarea'` | |
118+
| `render` | `Function` | |
119+
| `defaultValue` | `DeepPathValue` | |
120+
| `rules` | `Object` | |
121+
| `onFocus` | `() => void` | |
122122

123123
## Backers
124124

0 commit comments

Comments
 (0)