Skip to content
TypeAliasDebugger & Diagnostics@public

PreloaderState

State of the preloader.

ts
export type PreloaderState = 'loading' | 'ready' | 'error' | 'cancelled'

Released under the MIT License.