useBanner
The purpose of useBanner is to expose the banners state. Internally we are using atomic store for managing the banners state.
Example Usage:
const { banners } = useBanner();Hook Return Value
banners
bannersType | Default |
|---|---|
Array of items of type: Banner | Empty Array |
Updated about 2 months ago
What’s Next
