Skip to content

Commit 12505f3

Browse files
authored
refactor(splash-screen)!: remove deprecated types (#2266)
1 parent d8ec77d commit 12505f3

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

splash-screen/src/definitions.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -235,15 +235,3 @@ export interface SplashScreenPlugin {
235235
*/
236236
hide(options?: HideOptions): Promise<void>;
237237
}
238-
239-
/**
240-
* @deprecated Use `ShowOptions`.
241-
* @since 1.0.0
242-
*/
243-
export type SplashScreenShowOptions = ShowOptions;
244-
245-
/**
246-
* @deprecated Use `HideOptions`.
247-
* @since 1.0.0
248-
*/
249-
export type SplashScreenHideOptions = HideOptions;

0 commit comments

Comments
 (0)