Pre-MCP UI and architecture cleanup (#19689)
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
export enum ColorMode {
|
||||
LIGHT = 'light',
|
||||
DARK = 'dark',
|
||||
SYSTEM = 'system'
|
||||
}
|
||||
|
||||
/**
|
||||
* URL prefixes for protocol detection.
|
||||
* URL prefixes for protocol detection
|
||||
*/
|
||||
export enum UrlPrefix {
|
||||
DATA = 'data:',
|
||||
|
||||
Reference in New Issue
Block a user