@payfit/unity-components
Version:
7 lines (6 loc) • 373 B
TypeScript
import { PayFitBrandProps } from './PayFitBrand.js';
/** The PayFit brand used in pre-production environments. */
export declare const PayFitBrandPreprod: import('react').ForwardRefExoticComponent<Omit<PayFitBrandProps, "color" | "width"> & {
/** The brand's environment, shown in the right badge. */
env: string;
} & import('react').RefAttributes<SVGSVGElement>>;