@payfit/unity-components
Version:
11 lines (10 loc) • 468 B
TypeScript
import { PayFitBrandProps } from './PayFitBrand.js';
/**
* The `PayFitBrandPreprod` component represents the PayFit brand used in pre-production environments, such as staging and development.
*/
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>>;