@guardian/threads
Version:
12 lines • 401 B
JavaScript
import { __extends } from "tslib";
import { Component } from 'react';
// Simple interface for our component's focusing and selection operations
var Chip = /** @class */ (function (_super) {
__extends(Chip, _super);
function Chip() {
return _super !== null && _super.apply(this, arguments) || this;
}
return Chip;
}(Component));
export { Chip };
//# sourceMappingURL=Chip.js.map