4 lines
237 B
TypeScript
4 lines
237 B
TypeScript
/** Browser Tool plugin: whole-call composition and keyed atomic Tool views. */
|
|
export { apply, inject } from './apply.ts'
|
|
export type { ToolCallOwnerProps, ToolCallViewProps, ToolDetailsProps, ToolTreeProps } from './contract/slots.ts'
|