TemplateFillerDetail

@code { [Parameter] public TemplateGrid Grid { get; set; } = default!; [Parameter] public Item Item { get; set; } = default!; }