ant-design-vue
Version:
An enterprise-class UI design language and Vue-based implementation
120 lines (119 loc) • 5 kB
TypeScript
import { Plugin } from 'vue';
import Countdown from './Countdown';
declare const _default: {
new (...args: any[]): {
$: import("vue").ComponentInternalInstance;
$data: {};
$props: Partial<{
prefixCls: string;
format: string;
onFinish: (...args: any[]) => any;
decimalSeparator: string;
precision: number;
groupSeparator: string;
}> & Omit<Readonly<{
prefixCls: string;
format: string;
onFinish: (...args: any[]) => any;
decimalSeparator: string;
precision: number;
groupSeparator: string;
} & {
value?: import("./utils").countdownValueType;
title?: import("../_util/type").VueNode;
prefix?: import("../_util/type").VueNode;
suffix?: import("../_util/type").VueNode;
formatter?: any;
valueStyle?: import("vue").CSSProperties;
valueRender?: any;
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "prefixCls" | "format" | "onFinish" | "decimalSeparator" | "precision" | "groupSeparator">;
$attrs: {
[x: string]: unknown;
};
$refs: {
[x: string]: unknown;
};
$slots: Readonly<{
[name: string]: import("vue").Slot;
}>;
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
$emit: (event: string, ...args: any[]) => void;
$el: any;
$options: import("vue").ComponentOptionsBase<Readonly<{
prefixCls: string;
format: string;
onFinish: (...args: any[]) => any;
decimalSeparator: string;
precision: number;
groupSeparator: string;
} & {
value?: import("./utils").countdownValueType;
title?: import("../_util/type").VueNode;
prefix?: import("../_util/type").VueNode;
suffix?: import("../_util/type").VueNode;
formatter?: any;
valueStyle?: import("vue").CSSProperties;
valueRender?: any;
}>, {
configProvider: import("../config-provider").ConfigConsumerProps;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
prefixCls: string;
format: string;
onFinish: (...args: any[]) => any;
decimalSeparator: string;
precision: number;
groupSeparator: string;
}>;
$forceUpdate: import("vue").ReactiveEffect<any>;
$nextTick: typeof import("vue").nextTick;
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
} & Readonly<{
prefixCls: string;
format: string;
onFinish: (...args: any[]) => any;
decimalSeparator: string;
precision: number;
groupSeparator: string;
} & {
value?: import("./utils").countdownValueType;
title?: import("../_util/type").VueNode;
prefix?: import("../_util/type").VueNode;
suffix?: import("../_util/type").VueNode;
formatter?: any;
valueStyle?: import("vue").CSSProperties;
valueRender?: any;
}> & import("vue").ShallowUnwrapRef<{
configProvider: import("../config-provider").ConfigConsumerProps;
}> & {} & {} & import("vue").ComponentCustomProperties;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import("vue").ComponentOptionsBase<Readonly<{
prefixCls: string;
format: string;
onFinish: (...args: any[]) => any;
decimalSeparator: string;
precision: number;
groupSeparator: string;
} & {
value?: import("./utils").countdownValueType;
title?: import("../_util/type").VueNode;
prefix?: import("../_util/type").VueNode;
suffix?: import("../_util/type").VueNode;
formatter?: any;
valueStyle?: import("vue").CSSProperties;
valueRender?: any;
}>, {
configProvider: import("../config-provider").ConfigConsumerProps;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
prefixCls: string;
format: string;
onFinish: (...args: any[]) => any;
decimalSeparator: string;
precision: number;
groupSeparator: string;
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Plugin & {
readonly Countdown: typeof Countdown;
};
export default _default;