mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
9 lines
258 B
TypeScript
9 lines
258 B
TypeScript
export { getUIAdapter } from "./registry";
|
|
export { buildTranscript } from "./transcript";
|
|
export type {
|
|
TranscriptEntry,
|
|
StdoutLineParser,
|
|
UIAdapterModule,
|
|
AdapterConfigFieldsProps,
|
|
} from "./types";
|
|
export type { RunLogChunk } from "./transcript";
|