Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3ff9828

Browse files
committedSep 10, 2024
fix eleveation
1 parent 9f1b74d commit 3ff9828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/data/material/components/app-bar/ElevateAppBar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ interface Props {
1313
* You won't need it on your project.
1414
*/
1515
window?: () => Window;
16-
children?: React.ReactElement<unknown & { elevation?: number }>;
16+
children?: React.ReactElement<{ elevation?: number }>;
1717
}
1818

1919
function ElevationScroll(props: Props) {

0 commit comments

Comments
 (0)
Please sign in to comment.