@aotearoan/neon
Version:
Neon is a lightweight design library of Vue 3 components with minimal dependencies.
6 lines (5 loc) • 473 B
TypeScript
/**
* The card footer. This is the (optional) final section of a card, it is primarily used for adding actions to a card, e.g. buttons and actions.
*/
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;