Skip to content

Commit

Permalink
update group docs
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Feb 23, 2024
1 parent 7753c43 commit d3c20de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/docs/content/components/pane-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export type PaneGroupProps = {
* An imperative API for the pane group. `bind` to this prop to get access
* to methods for controlling the pane group.
*/
api?: PaneGroupAPI;
paneGroup?: PaneGroupAPI;
} & Omit<HTMLAttributes<HTMLDivElement>, "id">;
```

Expand Down

0 comments on commit d3c20de

Please sign in to comment.