vue-icon-cloud
Version:
A Vue component for rendering an interactive img or word cloud on canvas
30 lines (29 loc) • 967 B
TypeScript
import type { PropType as __PropType } from 'vue';
declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
icons: {
type: __PropType<any[] | undefined>;
required: false;
};
images: {
type: __PropType<string[] | undefined>;
required: false;
};
iconStyle: {
type: __PropType<any>;
required: false;
};
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
icons: {
type: __PropType<any[] | undefined>;
required: false;
};
images: {
type: __PropType<string[] | undefined>;
required: false;
};
iconStyle: {
type: __PropType<any>;
required: false;
};
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _sfc_main;