mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
chore(many): replace any types and add tech debt tickets (#26293)
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
This commit is contained in:
@ -24,7 +24,7 @@ export class ItemOptions implements ComponentInterface {
|
||||
/**
|
||||
* Emitted when the item has been fully swiped.
|
||||
*/
|
||||
@Event() ionSwipe!: EventEmitter<any>;
|
||||
@Event() ionSwipe!: EventEmitter<any>; // TODO(FW-2832): type
|
||||
|
||||
/** @internal */
|
||||
@Method()
|
||||
|
||||
Reference in New Issue
Block a user