UNPKG

@commercelayer/react-components

Version:
12 lines (11 loc) 371 B
import type { DefaultChildrenType } from '../../typings/globals'; import { type JSX } from 'react'; interface Props { children?: DefaultChildrenType; /** * Customize the loader content. */ loader?: string | JSX.Element; } export declare function CustomerPaymentSource({ children, loader }: Props): JSX.Element; export default CustomerPaymentSource;