vuetning
Version:
<p align="center"> <img width="160"src="https://s3.amazonaws.com/arcthos.com/vuetning/logo.svg"> </p>
21 lines (20 loc) • 683 B
TypeScript
declare const _default: import("vue").DefineComponent<{
/**
* The text detail that displays in the tile item.
*/
detail: StringConstructor;
/**
* The text label that displays in the tile item.
*/
label: StringConstructor;
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
/**
* The text detail that displays in the tile item.
*/
detail: StringConstructor;
/**
* The text label that displays in the tile item.
*/
label: StringConstructor;
}>>, {}, {}>;
export default _default;