supMDX-page/dist/Footer.d.ts
2023-02-17 04:20:14 +09:00

9 lines
191 B
TypeScript

export type FooterConfig = {
site: {
startYear?: number;
author: string;
};
};
export declare function Footer({ config }: {
config: FooterConfig;
}): JSX.Element;