We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
PaneProps.api
PaneProps.pane
1 parent 7c8a1b0 commit fbcc429Copy full SHA for fbcc429
sites/docs/content/components/pane.md
@@ -79,7 +79,7 @@ export type PaneProps = {
79
* An imperative API for the pane. `bind` to this prop to get access
80
* to methods for controlling the pane.
81
*/
82
- api?: PaneAPI;
+ pane?: PaneAPI;
83
} & Omit<HTMLAttributes<HTMLDivElement>, "id">;
84
```
85
0 commit comments