I am unable to use `clsx/lite`. ```json // package.json "clsx": "^2.1.0" ``` ```js // MyComponent import { clsx } from "clsx/lite"; ``` Error: > Cannot find module 'clsx/lite' or its corresponding type declarations. What am i missing?
I am unable to use
clsx/lite.Error:
What am i missing?