UNPKG

@guardian/threads

Version:
12 lines 401 B
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