UNPKG

@project44-manifest/react

Version:

Manifest Design System react components

15 lines (12 loc) 286 B
import type { CSS } from '@project44-manifest/react-styles'; export type SideNavigationHeaderElement = 'div'; export interface SideNavigationHeaderProps { /** * Theme aware style object */ css?: CSS; /** * The logo of the application. */ logo?: React.ReactNode; }