/** * Enumerates the semantic state names that have individual `loadersz/` entry points. * * This lightweight, side-effect-free module is useful for documentation sites, selectors and * other UIs that need to list the available loaders without registering the custom element. */ export { LOADER_CATEGORIES, LOADER_STATES } from './core/state-registry.js'; /** Type-safe union of every semantic loader state exposed by `loadersz/`. */ export type { LoaderCategory, LoaderStateName } from './core/state-registry.js'; //# sourceMappingURL=states.d.ts.map