@patreon/studio
Version:
Patreon Studio Design System
11 lines (10 loc) • 393 B
TypeScript
/**
* This file is generated. Do not edit.
* Generated on Thu Nov 13 2025 6:47:04 PM
*/
import type { SpaceToken } from '~/types/tokens';
import type { ValueOrResponsive } from '~/utilities/opaque-responsive';
export interface MarginRightBundle {
marginRight: ValueOrResponsive<SpaceToken>;
}
export declare function classNameForMarginRight({ marginRight }: MarginRightBundle): string;