UNPKG

@signalwire/docusaurus-theme-llms-txt

Version:
13 lines 495 B
/** * Copyright (c) SignalWire, 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. */ import { type ReactNode } from 'react'; import type ContentType from '@theme/DocItem/Content'; import type { WrapperProps } from '@docusaurus/types'; type Props = WrapperProps<typeof ContentType>; export default function DocContent(props: Props): ReactNode; export {}; //# sourceMappingURL=index.d.ts.map