import type { ThemeProps } from "../../defaultTheme";

export type RtlSpacing = (value: string) => (theme: ThemeProps) => string;
