{"version":3,"file":"static/js/484.747a1941.chunk.js","mappings":"yKAQM,MAAOA,UAAwBC,EAAAA,GACnC,UAAMC,CAAKC,GAEX,CAEA,UAAMC,CAAKD,GAEX,E","sources":["../node_modules/@capacitor/splash-screen/src/web.ts"],"sourcesContent":["import { WebPlugin } from '@capacitor/core';\n\nimport type {\n  HideOptions,\n  ShowOptions,\n  SplashScreenPlugin,\n} from './definitions';\n\nexport class SplashScreenWeb extends WebPlugin implements SplashScreenPlugin {\n  async show(_options?: ShowOptions): Promise<void> {\n    return undefined;\n  }\n\n  async hide(_options?: HideOptions): Promise<void> {\n    return undefined;\n  }\n}\n"],"names":["SplashScreenWeb","WebPlugin","show","_options","hide"],"sourceRoot":""}