UNPKG

ournet.links

Version:
16 lines (15 loc) 407 B
export declare const wi: { stories: (size: string, id: string) => string; news: (size: string, id: string) => string; }; export declare const assets: { img: { logo: (nameOrCountry: string) => string; }; }; export declare const media: { image: (id: string, { size, ext }?: { size?: string | undefined; ext?: string | undefined; }) => string; };