UNPKG

@j2inn/app-react

Version:

React implementation of the j2inn-app framework

12 lines (11 loc) 365 B
/// <reference types="react" /> import { AppViewHeaderProps } from '.'; /** * A standardized header for a sidebar app view. * * This header shows an icon, the app's name, a target selector (if relevant), * and a close button. */ export declare const AppSidebarViewHeader: ((props: AppViewHeaderProps) => JSX.Element) & { displayName: string; };