PitchProps
Defined in: packages/react/src/Pitch.tsx:18
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
appearance? | PitchAppearance | - | packages/react/src/Pitch.tsx:27 |
children? | ReactNode | - | packages/react/src/Pitch.tsx:30 |
className? | string | - | packages/react/src/Pitch.tsx:28 |
crop? | CropWindow | - | packages/react/src/Pitch.tsx:25 |
height? | number | - | packages/react/src/Pitch.tsx:24 |
orientation? | Orientation | Default "horizontal" | packages/react/src/Pitch.tsx:21 |
padding? | ViewportPadding | - | packages/react/src/Pitch.tsx:26 |
style? | CSSProperties | - | packages/react/src/Pitch.tsx:29 |
type | PitchTypeId | - | packages/react/src/Pitch.tsx:19 |
width? | number | Fixed pixel size — the opt-out from the responsive default. Provide both, or neither. | packages/react/src/Pitch.tsx:23 |