Home > @activeviam/activeui-sdk > MdxColor
MdxColor type
A string or number representing the color.
Signature:
export declare type MdxColor = string | number;
Remarks
Example
rgb(0, 0, 255)
or 16711680
means blue.
Home > @activeviam/activeui-sdk > MdxColor
A string or number representing the color.
Signature:
export declare type MdxColor = string | number;
rgb(0, 0, 255)
or 16711680
means blue.