UNPKG

matrix-react-sdk

Version:
8 lines (7 loc) 198 B
/** The types of page which can be shown by the LoggedInView */ declare enum PageType { HomePage = "home_page", RoomView = "room_view", UserView = "user_view" } export default PageType;