@aotearoan/neon
Version:
Neon is a lightweight design library of Vue 3 components with minimal dependencies.
7 lines (6 loc) • 584 B
TypeScript
/**
* A card header section, used to contain titles and secondary actions (e.g. favorite button). This is normally the
* first section in a card but may also be placed below other sections, e.g. a full width section containing an image.
*/
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
export default _default;