3 lines
170 B
TypeScript
3 lines
170 B
TypeScript
export { ComponentRegistry } from './registry.js';
|
|
export type { IntentRule, IntentTarget, IntentTargetType, IntentMatch, ComponentRegistryConfig } from './registry.js';
|