3 lines
97 B
TypeScript
3 lines
97 B
TypeScript
export { default } from './ChatInterface';
|
|
export type { ChatInterface } from './ChatInterface';
|