--- export interface Props { floatingCounter: boolean, class: string, }; const { class: classList, floatingCounter} = Astro.props; ---