@visitscotland/component-library
Version:
VisitScotland Component Library
36 lines (35 loc) • 1.37 kB
TypeScript
declare const _default: import('vue').DefineComponent<{}, {
center: Record<string, any>;
noJsMessage: string;
noCookiesMessage: string;
jsDisabled: boolean;
mapId: string;
cookieBtnText: string;
labels: Record<string, any>;
mapTypeVector: boolean;
zoom: number;
radius: number;
languageCode: string;
categoriesLocation: string;
categoryLabels: Record<string, any>;
noResultsMessage: string;
apiKey?: string;
$props: {
readonly center?: Record<string, any>;
readonly noJsMessage?: string;
readonly noCookiesMessage?: string;
readonly jsDisabled?: boolean;
readonly mapId?: string;
readonly cookieBtnText?: string;
readonly labels?: Record<string, any>;
readonly mapTypeVector?: boolean;
readonly zoom?: number;
readonly radius?: number;
readonly languageCode?: string;
readonly categoriesLocation?: string;
readonly categoryLabels?: Record<string, any>;
readonly noResultsMessage?: string;
readonly apiKey?: string;
};
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;