Local alias so the decorator and the brand can share the exported Searchable name — the single export { Searchable } below carries both the value (decorator) and type (brand) meanings.
Searchable
export { Searchable }
Local alias so the decorator and the brand can share the exported
Searchablename — the singleexport { Searchable }below carries both the value (decorator) and type (brand) meanings.