7 lines
79 B
Go
7 lines
79 B
Go
package naive
|
|
|
|
type ButtonView struct {
|
|
Content TextContent
|
|
OnClick func()
|
|
}
|