/** * Original file: https://github.com/facebook/docusaurus/blob/main/packages/docusaurus-theme-classic/src/theme/BlogLayout/index.tsx * Copyright (c) Facebook, Inc. and its affiliates under the MIT license. * * Modified by David Garcia for Finboot. * * Modifications: * - Removes the sidebar from the BlogLayout. */ /// import React from 'react'; import type { Props } from '@theme/BlogLayout'; export default function BlogLayout(props: Props): React.JSX.Element; //# sourceMappingURL=index.d.ts.map