Files
copilotkit__copilotkit/docs/props.ts
2026-02-13 11:01:44 +01:00

4 lines
45 B
TypeScript

export type SomeProps = {
some: string;
};