UNPKG

@hackplan/polaris

Version:

Shopify’s product component library

12 lines (11 loc) 249 B
export default class Link { constructor(linkComponent) { this.linkComponent = linkComponent; } setLinkComponent(link) { this.linkComponent = link; } getLinkComponent() { return this.linkComponent; } }