Appearance
State of the preloader.
export type PreloaderState = 'loading' | 'ready' | 'error' | 'cancelled'