supMDX-page/dist/Footer.d.ts

10 lines
191 B
TypeScript
Raw Normal View History

2023-02-16 00:03:53 +09:00
export type FooterConfig = {
site: {
startYear?: number;
author: string;
};
};
export declare function Footer({ config }: {
config: FooterConfig;
}): JSX.Element;