snowy-designer
Version:
基于Epic-Designer-Pro版本的设计器,可视化开发页面表单
33 lines (32 loc) • 1.48 kB
TypeScript
import { ApiData } from '../../../../../types/src/index';
type __VLS_Props = {
selectable?: boolean;
};
declare function handleClickItem(apiData: ApiData, index?: null | number): void;
declare const _default: import('vue').DefineComponent<__VLS_Props, {
handleClickItem: typeof handleClickItem;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
clickItem: (...args: any[]) => void;
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
onClickItem?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
apiEditModalRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
onAdd?: ((...args: any[]) => any) | undefined;
}>, {
handleOpen: (data?: ApiData) => void;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
add: (...args: any[]) => void;
}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<{}> & Readonly<{
onAdd?: ((...args: any[]) => any) | undefined;
}>, {
handleOpen: (data?: ApiData) => void;
}, {}, {}, {}, {}> | null;
}, HTMLDivElement>;
export default _default;