Files

8 lines
82 B
Go
Raw Permalink Normal View History

package presets
const (
None = "none"
Normal = "normal"
Strong = "strong"
)