Skip to content

Commit

Permalink
chore: remove legacy types
Browse files Browse the repository at this point in the history
Update docs with sveld
  • Loading branch information
theetrain committed Jan 26, 2023
1 parent ec0eb33 commit 3f188ce
Show file tree
Hide file tree
Showing 176 changed files with 183 additions and 8,865 deletions.
26 changes: 13 additions & 13 deletions COMPONENT_INDEX.md
Original file line number Diff line number Diff line change
Expand Up @@ -4121,19 +4121,19 @@ None.

### Events

| Event name | Type | Detail |
| :--------- | :--------- | :-------------------------------------------- |
| change | dispatched | <code>null &#124; number &#124; string</code> |
| input | dispatched | <code>null &#124; number &#124; string</code> |
| click | forwarded | -- |
| mouseover | forwarded | -- |
| mouseenter | forwarded | -- |
| mouseleave | forwarded | -- |
| keydown | forwarded | -- |
| keyup | forwarded | -- |
| focus | forwarded | -- |
| blur | forwarded | -- |
| paste | forwarded | -- |
| Event name | Type | Detail |
| :--------- | :--------- | :----- |
| click | forwarded | -- |
| mouseover | forwarded | -- |
| mouseenter | forwarded | -- |
| mouseleave | forwarded | -- |
| keydown | forwarded | -- |
| keyup | forwarded | -- |
| focus | forwarded | -- |
| blur | forwarded | -- |
| paste | forwarded | -- |
| input | dispatched | -- |
| change | dispatched | -- |

## `TextInputSkeleton`

Expand Down
Loading

0 comments on commit 3f188ce

Please sign in to comment.