Vollständiges Redesign mit Gold-Formularen, BMP-Logo, multi-step Forms (Bewerbung, Kontakt, Sponsoring), Netlify-Deployment. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 lines
188 B
TypeScript
6 lines
188 B
TypeScript
import { LimitType } from './Limit.js';
|
|
export type ScrollProgressType = {
|
|
get: (n: number) => number;
|
|
};
|
|
export declare function ScrollProgress(limit: LimitType): ScrollProgressType;
|