Editor/Document/BackgroundImagePickerAttribute.cs
using System;

namespace Grains.RazorDesigner.Document;

[AttributeUsage( AttributeTargets.Property )]
public sealed class BackgroundImagePickerAttribute : Attribute
{
}