vuetning
Version:
<p align="center"> <img width="160"src="https://s3.amazonaws.com/arcthos.com/vuetning/logo.svg"> </p>
67 lines (66 loc) • 1.88 kB
TypeScript
declare const _default: import("vue").DefineComponent<{
/**
* The class names to be passed to the icon.
*/
iconClass: StringConstructor;
/**
* The name of the icon to display in the header.
*/
iconName: StringConstructor;
/**
* Indicates whether the body does not have the inner padding.
*/
noInnerPadding: BooleanConstructor;
/**
* Indicates whether the body does not have the inner margin.
*/
noInnerMargin: BooleanConstructor;
/**
* The title to display in the header.
* When using the title slot this prop is ignored.
*/
title: StringConstructor;
}, unknown, unknown, {
/**
* The CSS class names for the body.
*/
bodyClassNames(): string;
/**
* The CSS class names for the footer.
*/
footerClassNames(): string;
/**
* The CSS class names for the header.
*/
headerClassNames(): string;
/**
* Indicates whether the card has a header.
*/
hasHeader(): boolean;
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
/**
* The class names to be passed to the icon.
*/
iconClass: StringConstructor;
/**
* The name of the icon to display in the header.
*/
iconName: StringConstructor;
/**
* Indicates whether the body does not have the inner padding.
*/
noInnerPadding: BooleanConstructor;
/**
* Indicates whether the body does not have the inner margin.
*/
noInnerMargin: BooleanConstructor;
/**
* The title to display in the header.
* When using the title slot this prop is ignored.
*/
title: StringConstructor;
}>>, {
noInnerPadding: boolean;
noInnerMargin: boolean;
}, {}>;
export default _default;