@phun-ky/moebius / MoebiusReturnType
Type Alias: MoebiusReturnType
ts
type MoebiusReturnType = Promise<{
MoebiusColor: typeof MoebiusColor;
MoebiusPalettes: typeof MoebiusPalettes;
MoebiusSVGHelper: typeof MoebiusSVGHelper;
}>;
Defined in: types/index.ts:52
Describes a color with multiple representations and metadata.