Idea React
    Preparing search index...

    Type Alias EditorProps

    EditorProps: PropsWithoutRef<
        WrapperProps & Pick<
            InputHTMLAttributes<HTMLInputElement>,
            "name" | "required",
        >,
    >