Convert a component that takes an optional prop prop into a component where the prop is required. The opposite of withDefault.
prop
Type of prop name. Must exist as optional field on Base props.
Base
Name of optional prop to convert.
Convert a component that takes an optional prop
prop
into a component where the prop is required. The opposite of withDefault.