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