Skip to content

Commit

Permalink
Update Pane.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ncovercash authored Feb 9, 2024
1 parent 4e3fd10 commit f8132f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/Pane/Pane.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export interface PaneProps extends AriaAttributes {
actionMenu?: PaneHeaderDefaultProps['actionMenu'];
/**
* Adds an icon to the header. Expects an `<AppIcon>` from `stripes-core`.
* @deprecated use {@link renderHeader} instead
* For advanced usage, use {@link renderHeader} instead
*/
appIcon?: PaneHeaderDefaultProps['appIcon'];
/**
Expand Down

0 comments on commit f8132f5

Please sign in to comment.