UNPKG

@coreui/vue

Version:

UI Components Library for Vue.js

35 lines (34 loc) 1.1 kB
declare const CModalHeader: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ /** * Sets the `aria-label` of the close button. * * @since 5.10.0 */ ariaCloseLabel: StringConstructor; /** * Add a close button component to the header. */ closeButton: { type: BooleanConstructor; default: boolean; }; }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ /** * Sets the `aria-label` of the close button. * * @since 5.10.0 */ ariaCloseLabel: StringConstructor; /** * Add a close button component to the header. */ closeButton: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{}>, { closeButton: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export { CModalHeader };