Skip to content

Commit

Permalink
💄 Gloss: Update Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Apr 15, 2023
1 parent b77ede7 commit 1d7dd50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/ModalView/ModalViewEmitterDeprecated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import type {

import type { KeyMapType } from '../../types/UtilityTypes';

/** @deprecated */
export enum ModalViewEmitterEventsDeprecated {
// `RNIModalView` Events
onModalBlur = 'onModalBlur',
Expand All @@ -29,6 +30,7 @@ export enum ModalViewEmitterEventsDeprecated {
// TODO: See TODO:20230-03-04-12-58-40 - Refactor: Types -
// Remove KeyMapType Usage
//
/** @deprecated */
export type ModalViewEmitterEventMapDeprecated =
// prettier-ignore
KeyMapType<ModalViewEmitterEventsDeprecated, {
Expand All @@ -45,6 +47,7 @@ export type ModalViewEmitterEventMapDeprecated =
}
>;

/** @deprecated */
export type ModalViewEventEmitterDeprecated = TSEventEmitter<
ModalViewEmitterEventsDeprecated,
ModalViewEmitterEventMapDeprecated
Expand Down

0 comments on commit 1d7dd50

Please sign in to comment.