UNPKG

@project44-manifest/react

Version:

Manifest Design System react components

9 lines 287 B
import type { CSS } from '@project44-manifest/react-styles'; export declare type SideNavigationContentElement = 'div'; export interface SideNavigationContentProps { /** * Theme aware style object */ css?: CSS; } //# sourceMappingURL=SideNavigationContent.types.d.ts.map