UNPKG

@visitscotland/component-library

Version:
12 lines (10 loc) 246 B
import { SelectOption } from '../types/types'; declare global { interface Window { VS: any; } } export declare function getURLParameters(): { [k: string]: string; }; export declare function getProductTypes(): SelectOption[];