@signalwire/docusaurus-theme-llms-txt
Version:
Docusaurus theme components for llms-txt plugin including CopyPageButton
13 lines • 495 B
TypeScript
/**
* 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