Files
streamyfin/constants/TVPosterSizes.ts
2026-01-30 09:15:44 +01:00

13 lines
296 B
TypeScript

/**
* @deprecated Import from "@/constants/TVSizes" instead.
* This file is kept for backwards compatibility.
*/
export {
type ScaledTVPosterSizes,
TVPosterSizes,
useScaledTVPosterSizes,
} from "./TVSizes";
export type TVPosterSizeKey = keyof typeof import("./TVSizes").TVPosterSizes;