@gftdcojp/ksqldb-orm
Version:
ksqldb-orm - Server-Side TypeScript ORM for ksqlDB with enterprise security extensions
19 lines • 621 B
TypeScript
/**
* @fileoverview ksqlDB ORM UI Components
* @description UI コンポーネントライブラリのエントリーポイント
* @author GFTD Team
* @since 1.0.0
*/
export { ProjectLayout } from './components/layout/project-layout';
export type { ProjectLayoutProps } from './components/layout/project-layout';
/**
* UIライブラリの初期化関数
* @description ksqlDB ORM UI コンポーネントの初期化
* @param config - UI設定オプション
* @returns void
*/
export declare function initializeUI(config?: {
theme?: any;
locale?: string;
}): void;
//# sourceMappingURL=index.d.ts.map