Type Alias: SplashScreenConfig
SplashScreenConfig =
Readonly<{className?:string;content:ReactNode;duration?:number;id?:string;isInterruptible?:boolean;style?:CSSProperties; }>
Defined in: components/SplashScreen/SplashScreenSequence.tsx:15