Variable VirColorDetailsConst
VirColorDetails: DeclarativeElementDefinition<
"vir-color-details",
{ color: string; showInput: boolean },
{ inputColorString: string | undefined },
{ colorChange: DefineEvent<string> },
"vir-color-details-",
"vir-color-details-",
readonly [],
readonly [],
> = ...
A color swatch alongside the color in all of its different supported formats.