Trilium Frontend API
    Preparing search index...

    Interface CalendarToolbarProps

    interface CalendarToolbarProps {
        isNextEnabled: boolean;
        isPrevEnabled: boolean;
        isTodayEnabled: boolean;
        navUnit: string;
        selectedButton: string;
        title: string;
    }
    Index
    isNextEnabled: boolean
    isPrevEnabled: boolean
    isTodayEnabled: boolean
    navUnit: string
    selectedButton: string
    title: string