mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-02-03 00:48:08 +00:00
13 lines
296 B
TypeScript
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;
|