@carbon/ibm-products
Version:
Carbon for IBM Products
18 lines • 412 B
TypeScript
export function useDataConfigs(): {
statementConfig: import("..").statementConfig[] | {
id: string;
connector: string;
label: any;
secondaryLabel: string;
}[];
connectorConfig: {
label: any;
id: string;
}[];
operatorConfig: {
label: any;
id: string;
type: string;
}[];
};
//# sourceMappingURL=useDataConfigs.d.ts.map