mirror of
https://github.com/immich-app/immich.git
synced 2026-02-11 03:17:59 +03:00
10 lines
375 B
TypeScript
10 lines
375 B
TypeScript
/**
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
/// <reference types="react" />
|
|
import type { Props } from '@theme/TOCInline';
|
|
export default function TOCInline({ toc, minHeadingLevel, maxHeadingLevel,metadata }: Props): JSX.Element;
|