UNPKG

@aotearoan/neon

Version:

Neon is a lightweight design library of Vue 3 components with minimal dependencies.

24 lines (23 loc) 976 B
/** * A "body" card section. Cards can contain multiple card body sections. */ declare const _default: import("vue").DefineComponent<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; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, 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; }; }>> & Readonly<{}>, { fullWidth: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;