@visitscotland/component-library
Version:
VisitScotland Component Library
26 lines (25 loc) • 1.28 kB
TypeScript
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & (new () => {
$slots: S;
});
declare const __VLS_component: import('vue').DefineComponent<{}, {
$emit: (event: "category-selected" | "reset-location" | "reset-map" | "search-input-changed" | "subcategory-selected", ...args: any[]) => void;
categories: Record<string, any>;
selectedCategory: string;
query: string;
sidebarLabels: Record<string, any>;
categoryData: Record<string, any>;
selectedSubcategories?: Record<string, any>;
$props: {
readonly categories?: Record<string, any>;
readonly selectedCategory?: string;
readonly query?: string;
readonly sidebarLabels?: Record<string, any>;
readonly categoryData?: Record<string, any>;
readonly selectedSubcategories?: Record<string, any>;
};
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
declare function __VLS_template(): {
"vs-map-sidebar-search-results"?(_: {}): any;
};