UNPKG

@agendize/design-system

Version:
48 lines 1.8 kB
import { PanelProperties } from "./viewModel"; import { ComponentCloseTriggerType } from "../../modal-dialog-box/viewModel"; type __VLS_Props = PanelProperties; declare const __VLS_defaults: { hasPadding: boolean; }; type __VLS_PublicProps = { 'hasPadding'?: typeof __VLS_defaults['hasPadding']; } & __VLS_Props; declare function __VLS_template(): { attrs: Partial<{}>; slots: { before?(_: {}): any; actions?(_: {}): any; content?(_: {}): any; 'primary-actions'?(_: {}): any; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType<typeof __VLS_template>; declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, { focus: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:hasPadding": (value: boolean) => any; } & { panelClose: (type?: ComponentCloseTriggerType | undefined) => any; "update:pined": (value: boolean) => any; }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ onPanelClose?: ((type?: ComponentCloseTriggerType | undefined) => any) | undefined; "onUpdate:pined"?: ((value: boolean) => any) | undefined; "onUpdate:hasPadding"?: ((value: boolean) => any) | undefined; }>, { id: string; titlePosition: "left" | "center"; animation: import("./viewModel").PanelAnimation; showPanel: boolean; hasHeader: boolean; pined: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>; export default _default; type __VLS_WithTemplateSlots<T, S> = T & { new (): { $slots: S; }; }; //# sourceMappingURL=View.vue.d.ts.map