UNPKG

@coreui/vue

Version:

UI Components Library for Vue.js

46 lines (45 loc) 1.52 kB
import { PropType } from 'vue'; type Value = { title?: string; value?: number | string; }; declare const CWidgetStatsD: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ /** * Sets the color context of the component to one of CoreUI’s themed colors. * * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light' */ color: { type: StringConstructor; validator: (value: string) => boolean; }; /** * Values and titles for your component. */ values: { type: PropType<Value[]>; default: () => never[]; }; }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ /** * Sets the color context of the component to one of CoreUI’s themed colors. * * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light' */ color: { type: StringConstructor; validator: (value: string) => boolean; }; /** * Values and titles for your component. */ values: { type: PropType<Value[]>; default: () => never[]; }; }>> & Readonly<{}>, { values: Value[]; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export { CWidgetStatsD };