watercolor-ui
Version:
A modern minimalist cross-framework component library
39 lines • 1.47 kB
TypeScript
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: "click" | "delete", ...args: any[]) => void;
variant: string;
color: string;
size: string;
disabled: boolean;
label: string;
avatar: string;
deletable: boolean;
clickable: boolean;
deleteIcon: string;
$props: {
readonly variant?: string | undefined;
readonly color?: string | undefined;
readonly size?: string | undefined;
readonly disabled?: boolean | undefined;
readonly label?: string | undefined;
readonly avatar?: string | undefined;
readonly deletable?: boolean | undefined;
readonly clickable?: boolean | undefined;
readonly deleteIcon?: string | undefined;
};
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
type __VLS_TemplateResult = {
attrs: Partial<{}>;
slots: {
avatar?(_: {}): any;
default?(_: {}): any;
deleteIcon?(_: {}): any;
};
refs: {};
rootEl: HTMLDivElement;
};
//# sourceMappingURL=Chip.vue.d.ts.map