mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
13 lines
237 B
C++
13 lines
237 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
#include "ftxui/dom/elements.hpp"
|
|
|
|
namespace nearby::sharing::linux_tui {
|
|
using namespace ftxui;
|
|
|
|
Element FileSelectedScreen(const std::string& selected_file);
|
|
|
|
} // namespace nearby::sharing::linux_tui
|