UNPKG

@fifteen/design-system-vue

Version:

Vue 3 (Composition API + Typescript) implementation of the Fifteen Design System

17 lines (16 loc) 723 B
import { CreditCardBrandId } from '../utils/credit-cards'; export interface FCreditCardIconProps { /** * Code of the country, following the ISO 3166 standard */ cardType?: CreditCardBrandId | null; /** * Size of the credit card icon */ size?: string | number; } declare const _default: import('vue').DefineComponent<FCreditCardIconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<FCreditCardIconProps> & Readonly<{}>, { size: string | number; cardType: CreditCardBrandId | null; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;