You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
1.9 KiB
71 lines
1.9 KiB
import type { PropType, Component } from 'vue';
|
|
declare const _default: import("vue").DefineComponent<{
|
|
timestamp: {
|
|
type: StringConstructor;
|
|
default: string;
|
|
};
|
|
hideTimestamp: {
|
|
type: BooleanConstructor;
|
|
default: boolean;
|
|
};
|
|
center: {
|
|
type: BooleanConstructor;
|
|
default: boolean;
|
|
};
|
|
placement: {
|
|
type: StringConstructor;
|
|
default: string;
|
|
};
|
|
type: {
|
|
type: StringConstructor;
|
|
default: string;
|
|
};
|
|
color: {
|
|
type: StringConstructor;
|
|
default: string;
|
|
};
|
|
size: {
|
|
type: StringConstructor;
|
|
default: string;
|
|
};
|
|
icon: {
|
|
type: PropType<string | Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
|
|
default: string;
|
|
};
|
|
hollow: {
|
|
type: BooleanConstructor;
|
|
default: boolean;
|
|
};
|
|
}, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
timestamp?: unknown;
|
|
hideTimestamp?: unknown;
|
|
center?: unknown;
|
|
placement?: unknown;
|
|
type?: unknown;
|
|
color?: unknown;
|
|
size?: unknown;
|
|
icon?: unknown;
|
|
hollow?: unknown;
|
|
} & {
|
|
type: string;
|
|
icon: string | Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
|
|
size: string;
|
|
color: string;
|
|
center: boolean;
|
|
placement: string;
|
|
timestamp: string;
|
|
hideTimestamp: boolean;
|
|
hollow: boolean;
|
|
} & {}>, {
|
|
type: string;
|
|
icon: string | Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
|
|
size: string;
|
|
color: string;
|
|
center: boolean;
|
|
placement: string;
|
|
timestamp: string;
|
|
hideTimestamp: boolean;
|
|
hollow: boolean;
|
|
}>;
|
|
export default _default;
|