@helpscout/hsds-react
Version:
React component library for Help Scout's Design System
22 lines (18 loc) • 718 B
JavaScript
exports.__esModule = true;
exports.SelectingSpec = exports.default = void 0;
var _helix = require("@helpscout/helix");
var _default = (0, _helix.createSpec)({
color: _helix.faker.random.arrayElement(['blue', 'green', 'grey', 'orange', 'purple', 'red']),
id: _helix.faker.datatype.uuid(),
filled: _helix.faker.datatype.boolean(),
value: _helix.faker.lorem.sentence(),
children: _helix.faker.lorem.word()
});
exports.default = _default;
var SelectingSpec = (0, _helix.createSpec)({
color: _helix.faker.random.arrayElement(['blue', 'green', 'grey', 'orange', 'purple', 'red']),
id: _helix.faker.datatype.uuid(),
value: _helix.faker.lorem.word()
});
exports.SelectingSpec = SelectingSpec;
;