UNPKG

@findnlink/neuro-ui

Version:
8 lines (7 loc) 224 B
import { ReactNode } from 'react'; import { UtilInterface } from '../../util/interfaces'; export interface NavigationProps extends UtilInterface { children: ReactNode; type: 'side' | 'top'; footer?: ReactNode; }