Replicating airbnb following the atomic design principles...
Home > @nextbnb/common > Experience > (constructor)
Constructs a new instance of the Experience
class
Signature:
constructor({ id, title, imgUrls }: IExperience);
Parameter | Type | Description |
---|---|---|
{ id, title, imgUrls } | IExperience |