UNPKG

ts-foursquare

Version:
7 lines (6 loc) 195 B
import { NIcon } from '../../types'; interface IIconUrls { [iconSize: string]: string; } export declare const getIconUrlList: ({ prefix, suffix }: NIcon.IIcon) => IIconUrls; export {};