@aotearoan/neon
Version:
Neon is a lightweight design library of Vue 3 components with minimal dependencies.
24 lines (23 loc) • 943 B
TypeScript
/**
* A "body" card section. Cards can contain multiple card body sections.
*/
declare const _default: import("vue").DefineComponent<{
/**
* If true, this will remove all padding from the card body. This is useful for presenting images and also tabs as well as other content.
*/
fullWidth: {
type: BooleanConstructor;
default: boolean;
};
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
/**
* If true, this will remove all padding from the card body. This is useful for presenting images and also tabs as well as other content.
*/
fullWidth: {
type: BooleanConstructor;
default: boolean;
};
}>>, {
fullWidth: boolean;
}, {}>;
export default _default;