86e259a500
Switch the legal page to tabbed EULA/privacy content with URL sync, update header styling, and migrate footer icons to Ant Design. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
7 lines
186 B
TypeScript
7 lines
186 B
TypeScript
declare module "*.md" {
|
|
const attributes: Record<string, any>
|
|
const html: string
|
|
const toc: { level: string; content: string; slug: string }[]
|
|
export { attributes, html, toc }
|
|
}
|