46 lines
1.1 KiB
TypeScript
46 lines
1.1 KiB
TypeScript
import { PropType } from "vue";
|
||
import { ConditionalRenderProps } from "../../d";
|
||
/**
|
||
* 单元格显示组件
|
||
*/
|
||
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
||
item: {};
|
||
/**
|
||
* scope
|
||
*/
|
||
scope: {
|
||
default(): {};
|
||
};
|
||
/**
|
||
* 插槽
|
||
*/
|
||
slots: {};
|
||
/**
|
||
* 条件渲染,符合条件的情况下优先渲染
|
||
*/
|
||
conditionalRender: {
|
||
type: PropType<ConditionalRenderProps<any>>;
|
||
};
|
||
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
||
item: {};
|
||
/**
|
||
* scope
|
||
*/
|
||
scope: {
|
||
default(): {};
|
||
};
|
||
/**
|
||
* 插槽
|
||
*/
|
||
slots: {};
|
||
/**
|
||
* 条件渲染,符合条件的情况下优先渲染
|
||
*/
|
||
conditionalRender: {
|
||
type: PropType<ConditionalRenderProps<any>>;
|
||
};
|
||
}>> & Readonly<{}>, {
|
||
scope: {};
|
||
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
||
export default _default;
|