Type Alias ConfigureableSplashScreenProps

ConfigureableSplashScreenProps: {
    color: string;
    containerStyle: CSSProperties;
    size: number;
    speed: number;
    type: "ping";
}

Type declaration

  • color: string
  • containerStyle: CSSProperties
  • size: number
  • speed: number
  • type: "ping"