UNPKG

@heycar-uikit/core

Version:
7 lines (6 loc) 243 B
import { ButtonLangs, StoreBrand } from "../AppStoreButton.types-5b2718ce"; declare const getImgProps: (store: StoreBrand, lang: ButtonLangs, theme: 'default' | 'alt') => { alt: string; src: any; } | undefined; export { getImgProps };