I already installed the library using npm, but I can't access the FlipDown component.
I don't want to change the source code, but at the same time, I don't have much experience incorporating JS libraries in React code.
I tried the code below but doesn't work.
import FlipDown from 'flipdown';
import { FlipDown } from 'flipdown';
Is it possible to import and use the methods to start the counter?