init
This commit is contained in:
6
node_modules/@capacitor/splash-screen/dist/esm/web.d.ts
generated
vendored
Normal file
6
node_modules/@capacitor/splash-screen/dist/esm/web.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { WebPlugin } from '@capacitor/core';
|
||||
import type { HideOptions, ShowOptions, SplashScreenPlugin } from './definitions';
|
||||
export declare class SplashScreenWeb extends WebPlugin implements SplashScreenPlugin {
|
||||
show(_options?: ShowOptions): Promise<void>;
|
||||
hide(_options?: HideOptions): Promise<void>;
|
||||
}
|
||||
Reference in New Issue
Block a user