You've already forked WhereToGoRedux
mirror of
https://github.com/Llloooggg/WhereToGoRedux.git
synced 2026-03-06 04:56:23 +03:00
60 lines
2.3 KiB
JavaScript
60 lines
2.3 KiB
JavaScript
export default (await import('vue')).defineComponent({
|
|
name: "App",
|
|
components: {
|
|
FacilitiesList,
|
|
},
|
|
});
|
|
const __VLS_options = {
|
|
...({
|
|
name: "App",
|
|
components: {
|
|
FacilitiesList,
|
|
},
|
|
}),
|
|
};
|
|
const __VLS_name = (await import('./__VLS_types.js')).getNameOption({
|
|
name: "App",
|
|
components: {
|
|
FacilitiesList,
|
|
},
|
|
} as const);
|
|
function __VLS_template() {
|
|
import * as __VLS_types from './__VLS_types.js'; import('./__VLS_types.js');
|
|
let __VLS_ctx!: __VLS_types.PickNotAny<__VLS_Ctx, {}> & InstanceType<__VLS_types.PickNotAny<typeof __VLS_component, new () => {}>> & {};
|
|
let __VLS_vmUnwrap!: typeof __VLS_options & { components: {}; };
|
|
/* Components */
|
|
let __VLS_otherComponents!: NonNullable<typeof __VLS_component extends { components: infer C; } ? C : {}> & __VLS_types.GlobalComponents & typeof __VLS_vmUnwrap.components & __VLS_types.PickComponents<typeof __VLS_ctx>;
|
|
let __VLS_selfComponent!: __VLS_types.SelfComponent<typeof __VLS_name, typeof __VLS_component & (new () => { $slots: typeof __VLS_slots; })>;
|
|
let __VLS_components!: typeof __VLS_otherComponents & Omit<typeof __VLS_selfComponent, keyof typeof __VLS_otherComponents>;
|
|
__VLS_components['/* __VLS_.SearchTexts.Components */'];
|
|
({} as __VLS_types.GlobalAttrs)['/* __VLS_.SearchTexts.GlobalAttrs */'];
|
|
/* Style Scoped */
|
|
type __VLS_StyleScopedClasses = {};
|
|
let __VLS_styleScopedClasses!: __VLS_StyleScopedClasses | keyof __VLS_StyleScopedClasses | (keyof __VLS_StyleScopedClasses)[];
|
|
/* CSS variable injection */
|
|
/* CSS variable injection end */
|
|
declare const FacilitiesList: __VLS_types.ConvertInvalidJsxElement<
|
|
'FacilitiesList' extends keyof typeof __VLS_components ? typeof __VLS_components['FacilitiesList'] : 'FacilitiesList' extends keyof typeof __VLS_ctx ? typeof __VLS_ctx['FacilitiesList'] : unknown>;
|
|
__VLS_components.FacilitiesList;
|
|
__VLS_ctx.FacilitiesList;
|
|
declare const __VLS_0: __VLS_types.ExtractEmit2<typeof FacilitiesList>;
|
|
/* Completion: Emits */
|
|
// @ts-ignore
|
|
__VLS_0('/* __VLS_.SearchTexts.Completion.Emit.FacilitiesList */');
|
|
/* Completion: Props */
|
|
// @ts-ignore
|
|
(<FacilitiesList /* __VLS_.SearchTexts.Completion.Props.FacilitiesList */ />);
|
|
{
|
|
<div id={"\u0061\u0070\u0070"}></div>;
|
|
|
|
{
|
|
<FacilitiesList />;
|
|
}
|
|
}
|
|
if (typeof __VLS_styleScopedClasses === 'object' && !Array.isArray(__VLS_styleScopedClasses)) {
|
|
}
|
|
declare var __VLS_slots: {};
|
|
return __VLS_slots;
|
|
}
|
|
let __VLS_component!: typeof import('./App.vue')['default'];
|