UNPKG

vue-code-layout

Version:
32 lines (31 loc) 917 B
import { type PropType } from 'vue'; import type { CodeLayoutGrid, CodeLayoutPanelInternal } from './CodeLayout'; declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{ panel: { type: PropType<CodeLayoutPanelInternal>; default: null; }; grid: { type: PropType<CodeLayoutGrid>; required: true; }; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ panel: { type: PropType<CodeLayoutPanelInternal>; default: null; }; grid: { type: PropType<CodeLayoutGrid>; required: true; }; }>>, { panel: CodeLayoutPanelInternal; }, {}>, { default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots<T, S> = T & { new (): { $slots: S; }; };