We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ae13b commit 063ac43Copy full SHA for 063ac43
src/components/navigation/index.ts
@@ -3,7 +3,7 @@ import NavigationSubItem from './sub-item';
3
import Navigation from './navigation';
4
5
export interface INavigationItem {
6
- title?: string;
+ title?: string | React.ReactNode;
7
desc?: string;
8
icon?: React.ReactNode;
9
active?: boolean;
0 commit comments