fieldnotesai
    Preparing search index...

    Provides functionality for shell nav item.

    interface ShellNavItem {
        icon: string;
        iconComponent?: ReactNode;
        label: string;
        path: string;
        section?: string;
    }
    Index

    Properties

    icon: string
    iconComponent?: ReactNode
    label: string
    path: string
    section?: string