export type LoaderPlacement = "inline" | "block" | "center" | "absolute center"; export interface ErrorStateProps { error: React.ReactNode; }