init
This commit is contained in:
7
node_modules/@capacitor/splash-screen/dist/esm/index.js
generated
vendored
Normal file
7
node_modules/@capacitor/splash-screen/dist/esm/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { registerPlugin } from '@capacitor/core';
|
||||
const SplashScreen = registerPlugin('SplashScreen', {
|
||||
web: () => import('./web').then(m => new m.SplashScreenWeb()),
|
||||
});
|
||||
export * from './definitions';
|
||||
export { SplashScreen };
|
||||
//# sourceMappingURL=index.js.map
|
||||
Reference in New Issue
Block a user