--- import { getVersionedBsCssProps } from '@libs/bootstrap' import type { Layout } from '@libs/layout' interface Props { direction?: 'rtl' layout: Layout } const { direction } = Astro.props ---