widget.go 64 B

1234567
  1. package tg
  2. type Maker[V any] interface {
  3. Make(*Context) V
  4. }