UNPKG

apphouse

Version:

Component library for React that uses observable state management and theme-able components.

9 lines (8 loc) 245 B
import React from 'react'; /** * This component is responsible for rendering all views * that are currently active in the app. * The views that are specified in the routes are rendered */ declare const Views: React.FC; export default Views;