Replicating airbnb following the atomic design principles...
Home > @nextbnb/common > Experience
Class to create the Experience instance
Signature:
export declare class Experience
Do not instantiate using the class directory. Used the factory function createExperience
Constructor | Modifiers | Description |
---|---|---|
(constructor)({ id, title, imgUrls }) | Constructs a new instance of the Experience class |
Property | Modifiers | Type | Description |
---|---|---|---|
id | string | ||
imgUrls | string[] | ||
title | string |