@cainiaofe/cn-ui-charts
Version:
56 lines (55 loc) • 1.55 kB
TypeScript
import { FeaturePosition } from "@/types/feature-position";
export declare const componentLoopMap: {};
export declare const componentMap: {
summary: {
title: string;
value: string;
position: FeaturePosition[];
getDefaultProps: () => {
title: string;
};
getPrototypeList: (position: any, config: any) => {
title: string;
name: string;
setter: string;
}[];
handleFeature: (config: any) => {};
};
loop: {
title: string;
value: string;
position: FeaturePosition[];
getDefaultProps: () => {};
getPrototypeList: (position: any, config: any) => ({
name: string;
title: string;
display: string;
setter: string;
defaultValue?: undefined;
} | {
name: string;
title: string;
display: string;
defaultValue: boolean;
setter: string;
})[];
handleFeature: (config: any) => void;
};
labelFilter: {
title: string;
value: string;
position: FeaturePosition[];
getDefaultProps: () => {};
getPrototypeList: (position: any, config: any) => {
title: string;
name: string;
setter: {
componentName: string;
props: {
setters: any;
};
};
}[];
handleFeature: (config: any) => any;
};
};