UNPKG

watercolor-ui

Version:

A modern minimalist cross-framework component library

51 lines 1.89 kB
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>; export default _default; type __VLS_WithTemplateSlots<T, S> = T & (new () => { $slots: S; }); declare const __VLS_component: import('vue').DefineComponent<{}, { $emit: (event: "close" | "select" | "open", ...args: any[]) => void; items: unknown[]; variant: string; disabled: boolean; triggerText: string; placement: string; trigger: string; illustration: string; illustrationAlt: string; cardTitle: string; cardDescription: string; isDarkMode: boolean; $props: { readonly items?: unknown[] | undefined; readonly variant?: string | undefined; readonly disabled?: boolean | undefined; readonly triggerText?: string | undefined; readonly placement?: string | undefined; readonly trigger?: string | undefined; readonly illustration?: string | undefined; readonly illustrationAlt?: string | undefined; readonly cardTitle?: string | undefined; readonly cardDescription?: string | undefined; readonly isDarkMode?: boolean | undefined; }; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, { dropdownRef: HTMLDivElement; triggerRef: HTMLDivElement; menuRef: HTMLDivElement; }, HTMLDivElement>; type __VLS_TemplateResult = { attrs: Partial<{}>; slots: { trigger?(_: {}): any; content?(_: {}): any; illustration?(_: {}): any; }; refs: { dropdownRef: HTMLDivElement; triggerRef: HTMLDivElement; menuRef: HTMLDivElement; }; rootEl: HTMLDivElement; }; //# sourceMappingURL=Dropdown.vue.d.ts.map