mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-17 20:50:44 +00:00
Initial checkin of lambda module
This commit is contained in:
@ -54,6 +54,14 @@ public enum AdornmentType
|
||||
*******************************************************************************/
|
||||
public interface ChipValues
|
||||
{
|
||||
String COLOR_DEFAULT = "default";
|
||||
String COLOR_INFO = "info";
|
||||
String COLOR_PRIMARY = "primary";
|
||||
String COLOR_SECONDARY = "secondary";
|
||||
String COLOR_SUCCESS = "success";
|
||||
String COLOR_WARNING = "warning";
|
||||
String COLOR_ERROR = "error";
|
||||
|
||||
/*******************************************************************************
|
||||
**
|
||||
*******************************************************************************/
|
||||
|
Reference in New Issue
Block a user