File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
__tests__/snapshot-tests/__snapshots__ Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21964,7 +21964,7 @@ exports[`Components definition for split-panel matches the snapshot: split-panel
21964
21964
"type": "string",
21965
21965
},
21966
21966
{
21967
- "description": "Header of the split panel.",
21967
+ "description": "Header text of the split panel.",
21968
21968
"name": "header",
21969
21969
"optional": false,
21970
21970
"type": "string",
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { BaseComponentProps } from '../internal/base-component';
6
6
7
7
export interface SplitPanelProps extends BaseComponentProps {
8
8
/**
9
- * Header of the split panel.
9
+ * Header text of the split panel.
10
10
*/
11
11
header : string ;
12
12
children : React . ReactNode ;
You can’t perform that action at this time.
0 commit comments