UNPKG

@commercelayer/react-components

Version:
9 lines (8 loc) 297 B
import { type JSX } from 'react'; import type { BaseAmountComponent } from '../../typings/index'; interface Props extends BaseAmountComponent { type?: 'amount'; labelFree?: string; } export declare function PaymentMethodPrice(props: Props): JSX.Element; export default PaymentMethodPrice;