vuetning
Version:
<p align="center"> <img width="160"src="https://s3.amazonaws.com/arcthos.com/vuetning/logo.svg"> </p>
57 lines (56 loc) • 1.65 kB
TypeScript
declare const _default: import("vue").DefineComponent<{
borderless: BooleanConstructor;
/**
* The moment.js format to be used.
* This value can be either a single format or an array of formats, which will be concatenated.
*/
format: {
type: (StringConstructor | ArrayConstructor)[];
default: () => string[];
};
/**
* Input label.
*/
label: StringConstructor;
/**
* Indicates whether the input is stacked among other inputs.
*/
stacked: BooleanConstructor;
/**
* Input value.
*/
value: (StringConstructor | DateConstructor)[];
}, unknown, unknown, {
/**
* Returns the formatted value.
* By default, it uses the following format: 01/01/2000 0:00 AM.
*/
formattedValue(): string;
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
borderless: BooleanConstructor;
/**
* The moment.js format to be used.
* This value can be either a single format or an array of formats, which will be concatenated.
*/
format: {
type: (StringConstructor | ArrayConstructor)[];
default: () => string[];
};
/**
* Input label.
*/
label: StringConstructor;
/**
* Indicates whether the input is stacked among other inputs.
*/
stacked: BooleanConstructor;
/**
* Input value.
*/
value: (StringConstructor | DateConstructor)[];
}>>, {
stacked: boolean;
borderless: boolean;
format: string | unknown[];
}, {}>;
export default _default;