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>
5 lines
149 B
TypeScript
5 lines
149 B
TypeScript
export type PercentOfViewType = {
|
|
measure: (n: number) => number;
|
|
};
|
|
export declare function PercentOfView(viewSize: number): PercentOfViewType;
|