Components
The Null component family provides the following components:
Null
Sometimes, you just want a component that does nothing
You can import the Null
component from the null component family in the @freesewing/react
package:
import { Null } from "@freesewing/react/components/Null"