UNPKG

@j2inn/app-react

Version:

React implementation of the j2inn-app framework

9 lines (8 loc) 286 B
/// <reference types="react" /> import { AppViewHeaderProps } from '.'; /** * A standardized header for a main app view. * * This header shows an icon, the app's name and any extra left side UI. */ export declare const AppMainViewHeader: (props: AppViewHeaderProps) => JSX.Element;