mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-02-03 08:58:07 +00:00
9 lines
270 B
TypeScript
9 lines
270 B
TypeScript
// Glass Poster - Native SwiftUI glass effect for tvOS 26+
|
|
|
|
export * from "./src/GlassPoster.types";
|
|
export {
|
|
default as GlassPosterModule,
|
|
isGlassEffectAvailable,
|
|
} from "./src/GlassPosterModule";
|
|
export { default as GlassPosterView } from "./src/GlassPosterView";
|