@wufengteam/wform
Version:
@wufengteam/wform
124 lines (123 loc) • 3 kB
TypeScript
declare const _default: {
icon: string;
label: string;
type: string;
alias: string;
groupsName: string;
compType: number;
compLib: string;
isContainer: boolean;
engineApi: never[];
props: {
name: string;
basicStatus: number;
tabStyle: string;
tabBgColor: string;
tabFontColor: string;
tabFontSize: number;
tabFontWeight: number;
selfSpan: number;
};
todoProps: {
colSpan: {
label: string;
type: string;
groupsName: string;
props: {
dependProps: {
noShow: boolean;
};
};
};
colSpace: {
label: string;
type: string;
groupsName: string;
props: {
dependProps: {
noShow: boolean;
};
};
};
name: {
label: string;
type: string;
groupsName: string;
props: {};
};
basicStatus: {
label: string;
type: string;
groupsName: string;
props: {
options: {
title: string;
value: number;
}[];
defaultValue: number;
};
};
selfSpan: {
label: string;
type: string;
groupsName: string;
props: {
dependProps: {
noShow: boolean;
};
};
istodoBind: boolean;
};
tabsItems: {
groupsName: string;
label: string;
type: string;
};
tabStyle: {
label: string;
groupsName: string;
type: string;
props: {
defaultValue: string;
options: {
title: string;
value: string;
}[];
};
};
rowSpace: {
label: string;
type: string;
istodoBind: boolean;
groupsName: string;
props: {
options: {
title: string;
value: string;
}[];
dependProps: {
noShow: boolean;
};
};
};
layout: {
label: string;
type: string;
istodoBind: boolean;
groupsName: string;
props: {
defaultValue: string;
options: {
title: string;
value: string;
}[];
dependProps: {
noShow: boolean;
};
};
};
};
onlyChildren: string[];
onlyRoot: string[];
};
export default _default;