@xw3/maki-ts-cms
    Preparing search index...

    Interface RouteProps

    interface RouteProps {
        key?: string;
        label: string;
        path: string;
        renderIcon?: (active?: boolean) => ReactNode;
    }
    Index

    Properties

    key?: string
    label: string
    path: string
    renderIcon?: (active?: boolean) => ReactNode