watercolor-ui
Version:
A modern minimalist cross-framework component library
29 lines • 1.11 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", ...args: any[]) => void;
color: string;
size: string;
disabled: boolean;
icon: string;
edge: string;
$props: {
readonly color?: string | undefined;
readonly size?: string | undefined;
readonly disabled?: boolean | undefined;
readonly icon?: string | undefined;
readonly edge?: string | undefined;
};
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLButtonElement>;
type __VLS_TemplateResult = {
attrs: Partial<{}>;
slots: {
default?(_: {}): any;
};
refs: {};
rootEl: HTMLButtonElement;
};
//# sourceMappingURL=IconButton.vue.d.ts.map