Skip to content

Commit fbcc429

Browse files
authored
docs: Rename PaneProps.api to PaneProps.pane (#14)
1 parent 7c8a1b0 commit fbcc429

File tree

1 file changed

+1
-1
lines changed
  • sites/docs/content/components

1 file changed

+1
-1
lines changed

sites/docs/content/components/pane.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export type PaneProps = {
7979
* An imperative API for the pane. `bind` to this prop to get access
8080
* to methods for controlling the pane.
8181
*/
82-
api?: PaneAPI;
82+
pane?: PaneAPI;
8383
} & Omit<HTMLAttributes<HTMLDivElement>, "id">;
8484
```
8585

0 commit comments

Comments
 (0)