MCPcopy Create free account
hub / github.com/adobe/react-spectrum /

Class

packages/react-stately/src/color/Color.ts:92–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90];
91
92abstract class Color implements IColor {
93 abstract toFormat(format: ColorFormat): IColor;
94 abstract toString(format: ColorFormat | 'css'): string;
95 abstract clone(): IColor;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected