Skip to main content

Type Alias: LoadingScreenOptions

LoadingScreenOptions = Readonly<{ backgroundImage?: string; className?: string; logoClassName?: string; progressBarClassName?: string; progressBarStyle?: CSSProperties; progressTrackClassName?: string; progressTrackStyle?: CSSProperties; style?: CSSProperties; text?: string | ReadonlyArray<string>; textClassName?: string; textInterval?: number; }>

Defined in: components/LoadingScreen/LoadingScreen.tsx:15