

Is 'p-lg' a valid value for Padding?
Trace the program the way the computer would, then make your call before running anything.
type Size = 'sm' | 'md';
type Padding = `p-${Size}`;
const pad: Padding = 'p-sm';

Trace the program the way the computer would, then make your call before running anything.
type Size = 'sm' | 'md';
type Padding = `p-${Size}`;
const pad: Padding = 'p-sm';