UNPKG

@agendize/design-system

Version:
37 lines 1.53 kB
import { ListItemProperties } from "./viewModel"; import { Selectable } from "../list/viewModel"; declare function __VLS_template(): { attrs: Partial<{}>; slots: { startSlot?(_: {}): any; content?(_: {}): any; endSlot?(_: {}): any; }; refs: {}; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType<typeof __VLS_template>; declare const __VLS_component: import("vue").DefineComponent<ListItemProperties, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { action: (event: MouseEvent | KeyboardEvent) => any; }, string, import("vue").PublicProps, Readonly<ListItemProperties> & Readonly<{ onAction?: ((event: MouseEvent | KeyboardEvent) => any) | undefined; }>, { id: string; background: import("./viewModel").ListItemBackgroundType; hasBorder: boolean; hasPadding: boolean; selectable: Selectable; hoverAnimation: import("./viewModel").ListItemHoverAnimationType; appearAnimation: import("./viewModel").ListItemAppearAnimationType; endSlotPosition: "center" | "start" | "end"; applyTittleAttribute: boolean; applyTitleAsTooltip: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>; 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