import { spacing } from "../../../core/design-system/index.js"; /** * @internal */ export const Spacer: React.FC<{ y: keyof typeof spacing }> = ({ y }) => { return (