5 lines
161 B
TypeScript
5 lines
161 B
TypeScript
import type { SplashScreenPlugin } from './definitions';
|
|
declare const SplashScreen: SplashScreenPlugin;
|
|
export * from './definitions';
|
|
export { SplashScreen };
|