UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

15 lines (14 loc) 565 B
import type { CustomizeComponent } from '../interface'; export interface ExpandedRowProps { prefixCls: string; component: CustomizeComponent; cellComponent: CustomizeComponent; expanded: boolean; colSpan: number; isEmpty: boolean; } declare const _default: import("vue").DefineComponent<ExpandedRowProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ExpandedRowProps>, { component: any; cellComponent: any; }, {}>; export default _default;