FlickingReactiveObject
Reactive object type that combines state and methods for Flicking
This type provides reactive state properties and methods that automatically update
when the Flicking instance state changes.
Type: ReactiveObject<FlickingReactiveState & FlickingReactiveMethod>
See:
const flickingRef = React.useRef(null);
const {
progress
} = useFlickingReactiveAPI(flickingRef);