Skip to content

Commit

Permalink
refactor(splash-screen)!: remove deprecated types (#2266)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Dec 2, 2024
1 parent d8ec77d commit 12505f3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions splash-screen/src/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,15 +235,3 @@ export interface SplashScreenPlugin {
*/
hide(options?: HideOptions): Promise<void>;
}

/**
* @deprecated Use `ShowOptions`.
* @since 1.0.0
*/
export type SplashScreenShowOptions = ShowOptions;

/**
* @deprecated Use `HideOptions`.
* @since 1.0.0
*/
export type SplashScreenHideOptions = HideOptions;

0 comments on commit 12505f3

Please sign in to comment.