mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-23 06:13:38 -04:00
Formatting
This commit is contained in:
@@ -96,7 +96,7 @@ interface MountOptions {
|
||||
* @return Operator function
|
||||
*/
|
||||
export function mountTableOfContents(
|
||||
{ header$, main$, viewport$, tablet$}: MountOptions
|
||||
{ header$, main$, viewport$, tablet$ }: MountOptions
|
||||
): OperatorFunction<HTMLElement, TableOfContents> {
|
||||
return pipe(
|
||||
switchMap(el => tablet$
|
||||
|
||||
Reference in New Issue
Block a user