@payfit/unity-illustrations
Version:
7 lines (6 loc) • 422 B
TypeScript
import { UnityIllustrationName } from '../../generated/illustrationAssets.js';
export type BrandSupport = 'loading' | 'dual' | 'legacy-only' | 'rebrand-only';
export declare function useBrandSupportRecords(names: readonly UnityIllustrationName[]): Map<UnityIllustrationName, BrandSupport>;
export declare function BrandSupportBadge({ name }: {
name: UnityIllustrationName;
}): import("react/jsx-runtime").JSX.Element;