We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd2193 commit 15abfe9Copy full SHA for 15abfe9
README.md
@@ -205,8 +205,8 @@ Well you can use both directives concurrently if you wish:
205
| Output | $event | description |
206
| ------ | ------ | ----------- |
207
| rzStart | `IResizeEvent` | emitted when start resizing |
208
- | rzResizing | `IResizeEvent` | emitted when stop resizing |
209
- | rzStop | `IResizeEvent` | emitted when resizing |
+ | rzResizing | `IResizeEvent` | emitted when resizing |
+ | rzStop | `IResizeEvent` | emitted when stop resizing |
210
211
```typescript
212
export interface IResizeEvent {
0 commit comments