vuux
Version:
Vue3 Nuxt3 Nuxt4 组件库
60 lines (59 loc) • 2.24 kB
TypeScript
import { default as _Statistic } from './src/index.vue';
export declare const Statistic: import('../withInstall').SFCWithInstall<{
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./src/types').Props> & Readonly<{}>, {
start: () => void;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
duration: number;
end: number;
start: number;
separator: string;
decimal: string;
decimalPlaces: number;
useGrouping: boolean;
autoplay: boolean;
prefix: string;
suffix: string;
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import('./src/types').Props> & Readonly<{}>, {
start: () => void;
}, {}, {}, {}, {
duration: number;
end: number;
start: number;
separator: string;
decimal: string;
decimalPlaces: number;
useGrouping: boolean;
autoplay: boolean;
prefix: string;
suffix: string;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<import('./src/types').Props> & Readonly<{}>, {
start: () => void;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
duration: number;
end: number;
start: number;
separator: string;
decimal: string;
decimalPlaces: number;
useGrouping: boolean;
autoplay: boolean;
prefix: string;
suffix: string;
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
$slots: {
prefix?(_: {}): any;
suffix?(_: {}): any;
};
})> & Record<string, any>;
export type StatisticInstance = InstanceType<typeof _Statistic>;