@coreui/vue
Version:
UI Components Library for Vue.js
61 lines (60 loc) • 1.84 kB
TypeScript
declare const CTableDataCell: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
/**
* Highlight a table row or cell.
*/
active: BooleanConstructor;
/**
* Set the vertical aligment.
*
* @values 'bottom', 'middle', 'top'
*/
align: {
type: StringConstructor;
validator: (value: string) => boolean;
};
/**
* Sets the color context of the component to one of CoreUI’s themed colors.
*
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', string
*/
color: {
type: StringConstructor;
validator: (value: string) => boolean;
};
/**
* @ignore
*/
scope: StringConstructor;
}>, () => 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<{
/**
* Highlight a table row or cell.
*/
active: BooleanConstructor;
/**
* Set the vertical aligment.
*
* @values 'bottom', 'middle', 'top'
*/
align: {
type: StringConstructor;
validator: (value: string) => boolean;
};
/**
* Sets the color context of the component to one of CoreUI’s themed colors.
*
* @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', string
*/
color: {
type: StringConstructor;
validator: (value: string) => boolean;
};
/**
* @ignore
*/
scope: StringConstructor;
}>> & Readonly<{}>, {
active: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export { CTableDataCell };