mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-07-11 06:53:20 +01:00
wip
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
import {
|
||||
Children,
|
||||
type PropsWithChildren,
|
||||
type ReactElement,
|
||||
cloneElement,
|
||||
isValidElement,
|
||||
type PropsWithChildren,
|
||||
type ReactElement,
|
||||
} from "react";
|
||||
import { StyleSheet, View, type ViewProps, type ViewStyle } from "react-native";
|
||||
import { Text } from "../common/Text";
|
||||
import { ListItem } from "./ListItem";
|
||||
|
||||
interface Props extends ViewProps {
|
||||
title?: string | null | undefined;
|
||||
|
||||
Reference in New Issue
Block a user