using System; namespace Grains.RazorDesigner.Document; [AttributeUsage( AttributeTargets.Property )] public sealed class ImagePickerAttribute : Attribute { }