@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
20 lines (19 loc) • 519 B
TypeScript
export function BankLogo({ logoType, height }: {
logoType: any;
height: any;
}): any;
export function ProductLogo({ productType, cardDesign }: {
productType: any;
cardDesign: any;
}): any;
export function StatusIcon({ status }: {
status: any;
}): import("react/jsx-runtime").JSX.Element;
export function TypeLogo({ cardType, cardDesign }: {
cardType: any;
cardDesign: any;
}): any;
export function BankAxeptLogo({ bankAxept, cardDesign }: {
bankAxept: any;
cardDesign: any;
}): any;