github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/docs-website/src/theme/Footer/Layout/index.d.ts (about) 1 /// <reference types="react" /> 2 import type { Props } from '@theme/Footer/Layout'; 3 export default function FooterLayout({ style, links, logo, copyright, }: Props): JSX.Element;