import { useBraidTheme } from '../BraidProvider/BraidThemeContext';

export const useSpace = () => useBraidTheme().space;
