django-vue3-admin-web/node_modules/@fast-crud/fast-crud/dist/d/components/crud/fs-cell.d.ts
2025-10-20 21:21:14 +08:00

46 lines
1.1 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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;