@magnusbag/livets-core
Version:
TypeScript API layer for LiveTS framework
13 lines • 452 B
TypeScript
/**
* LiveTS Core - TypeScript API layer for the LiveTS framework
*
* This module provides the main exports for the LiveTS framework,
* including the LiveView base class, server setup, and utilities.
*/
export { LiveView } from './live-view';
export { LiveTSServer } from './server';
export { ComponentRenderer } from './renderer';
export * from './types';
export * from './decorators';
export * from './utils';
//# sourceMappingURL=index.d.ts.map