UNPKG

@project44-manifest/react

Version:

Manifest Design System react components

11 lines (8 loc) 216 B
import type { CSS } from '@project44-manifest/react-styles'; export type SideNavigationContentElement = 'div'; export interface SideNavigationContentProps { /** * Theme aware style object */ css?: CSS; }