Trevixal API
    Preparing search index...

    Interface EditorProviderProps

    interface EditorProviderProps {
        children?: ReactNode;
        editor: Editor | null;
    }
    Index
    children?: ReactNode
    editor: Editor | null