UNPKG

@cloudquery/plugin-ui-sdk

Version:

SDK for CloudQuery Plugin UI configuration

4 lines 236 B
import { PluginTable } from '../components'; import { CloudQueryTable } from '../types'; export declare const generateTablesFromJson: (tablesJson: CloudQueryTable[]) => PluginTable[]; //# sourceMappingURL=generateTablesFromJson.d.ts.map