/**
 * Specifies how much spacing. Hosts pick the exact pixel amounts for each of these.
 */
type Spacing = 'default' | 'none' | 'small' | 'medium' | 'large' | 'extraLarge' | 'padding';

export type { Spacing };
