Trilium Frontend API
    Preparing search index...

    Interface ViewPropsTransformer

    interface ViewPropsTransformer {
        transform(
            viewProps: ViewProps,
            calendarProps: CalendarContentProps,
        ): any;
    }
    Index