@coreui/vue
Version:
UI Components Library for Vue.js
55 lines (54 loc) • 1.54 kB
TypeScript
export declare const CCloseButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
/**
* Sets the `aria-label` attribute of the close button.
*
* @since 5.10.0
*/
ariaLabel: {
type: StringConstructor;
default: string;
};
/**
* Invert the default color.
*/
dark: BooleanConstructor;
/**
* Toggle the disabled state for the component.
*/
disabled: BooleanConstructor;
/**
* Change the default color to white.
*/
white: BooleanConstructor;
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
[key: string]: any;
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
/**
* Sets the `aria-label` attribute of the close button.
*
* @since 5.10.0
*/
ariaLabel: {
type: StringConstructor;
default: string;
};
/**
* Invert the default color.
*/
dark: BooleanConstructor;
/**
* Toggle the disabled state for the component.
*/
disabled: BooleanConstructor;
/**
* Change the default color to white.
*/
white: BooleanConstructor;
}>> & Readonly<{
onClick?: ((...args: any[]) => any) | undefined;
}>, {
dark: boolean;
disabled: boolean;
white: boolean;
ariaLabel: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;