@carbon/ibm-products
Version:
Carbon for IBM Products
18 lines (17 loc) • 391 B
TypeScript
export function useDataConfigs(): {
statementConfig: import("../ConditionBuilder.types").statementConfig[] | {
id: string;
connector: string;
label: any;
secondaryLabel: string;
}[];
connectorConfig: {
label: any;
id: string;
}[];
operatorConfig: {
label: any;
id: string;
type: string;
}[];
};