UNPKG

@gftdcojp/ksqldb-orm

Version:

ksqldb-orm - Server-Side TypeScript ORM for ksqlDB with enterprise security extensions

24 lines 865 B
"use strict"; /** * @fileoverview ksqlDB ORM UI Components * @description UI コンポーネントライブラリのエントリーポイント * @author GFTD Team * @since 1.0.0 */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ProjectLayout = void 0; exports.initializeUI = initializeUI; // Layout Components var project_layout_1 = require("./components/layout/project-layout"); Object.defineProperty(exports, "ProjectLayout", { enumerable: true, get: function () { return project_layout_1.ProjectLayout; } }); /** * UIライブラリの初期化関数 * @description ksqlDB ORM UI コンポーネントの初期化 * @param config - UI設定オプション * @returns void */ function initializeUI(config) { // UI初期化ロジック console.log('ksqlDB ORM UI initialized', config); } //# sourceMappingURL=index.js.map