Service: {
    ButtonFilled: (props: Props) => Element;
    ButtonInvites: () => Element;
    ButtonOutline: (props: Props) => Element;
    Container: (props: Props) => Element;
    CustomTabBarService: (
        props: SceneRendererProps & {
            navigationState: NavigationState<TabDataScreen>;
        },
    ) => Element;
    GroupsAndChannels: () => Element;
    Layout: (props: Props) => Element;
    LayoutService: (props: Props) => Element;
    LoadingView: (
        props: Props,
    ) => string | number | boolean | Element | Iterable<ReactNode>;
    Logo: (props: Props) => Element;
    SearchBar: (props: Props) => Element;
    ServiceList: () => Element;
    Subtitle: (props: Props) => Element;
    Title: (props: Props) => Element;
} = ...

Type declaration

  • ButtonFilled: (props: Props) => Element
  • ButtonInvites: () => Element
  • ButtonOutline: (props: Props) => Element
  • Container: (props: Props) => Element
  • CustomTabBarService: (
        props: SceneRendererProps & {
            navigationState: NavigationState<TabDataScreen>;
        },
    ) => Element
  • GroupsAndChannels: () => Element
  • Layout: (props: Props) => Element
  • LayoutService: (props: Props) => Element
  • LoadingView: (props: Props) => string | number | boolean | Element | Iterable<ReactNode>
  • Logo: (props: Props) => Element
  • SearchBar: (props: Props) => Element
  • ServiceList: () => Element
  • Subtitle: (props: Props) => Element
  • Title: (props: Props) => Element