UNPKG

@empathyco/x-components

Version:
34 lines 1.25 kB
import type { XEventsTypes } from '../../wiring/events.types'; /** * Component containing an event button that emits * {@link XEventsTypes.UserClickedPanelToggleButton} when clicked with * the panelId as payload. * * It has a default slot to customize its contents. * * @public */ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ /** * The panelId to use for the toggle event listeners. */ panelId: { type: StringConstructor; required: true; }; }>, { isPanelOpen: import("vue").Ref<boolean, boolean>; events: import("vue").ComputedRef<Partial<XEventsTypes>>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ /** * The panelId to use for the toggle event listeners. */ panelId: { type: StringConstructor; required: true; }; }>> & Readonly<{}>, {}, {}, { BaseEventButton: import("vue").DefineComponent<{}, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default; //# sourceMappingURL=base-id-toggle-panel-button.vue?vue&type=script&lang.d.ts.map