Skip to content

Commit

Permalink
docs: Composer API (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Jun 25, 2024
1 parent 866fcda commit 2867923
Show file tree
Hide file tree
Showing 9 changed files with 545 additions and 116 deletions.
5 changes: 5 additions & 0 deletions .changeset/orange-fans-glow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@assistant-ui/react": patch
---

feat: Composer API Docs
2 changes: 1 addition & 1 deletion apps/www/components/docs/ParametersTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const ParametersBox: FC<ParametersTableProps> = ({ type, parameters }) => {
);
};

type ParametersTableProps = {
export type ParametersTableProps = {
type?: string;
parameters: Array<ParameterDef>;
};
Expand Down
Loading

0 comments on commit 2867923

Please sign in to comment.