summaryrefslogtreecommitdiffstats
path: root/widgets/scalable.go
blob: e87de6d2e56f37e3a6a08c20ec61030a9731d5b7 (plain)
1
2
3
4
5
6
7
8
package widgets

import termui "github.com/gizak/termui/v3"

type Scalable interface {
	termui.Drawable
	Scale(i int)
}