We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ee2f1 commit 9274886Copy full SHA for 9274886
src/components/Appbar/utils.ts
@@ -119,12 +119,6 @@ export const modeTextVariant = {
119
'center-aligned': 'titleLarge',
120
} as const;
121
122
-/**
123
- * Filtruje akcje w Appbarze na podstawie właściwości isLeading.
124
- * @param children - Dzieci komponentu Appbar do przefiltrowania
125
- * @param isLeading - Czy filtrować akcje wiodące (true) czy niewiodące (false). Domyślnie false.
126
- * @returns Przefiltrowana tablica elementów React
127
- */
128
export const filterAppbarActions = (
129
children: React.ReactNode,
130
isLeading = false
0 commit comments