carbon-react
Version:
A library of reusable React components for easily building user interfaces.
2 lines (1 loc) • 520 B
JavaScript
export{default as Option}from"./option/option.component.js";export{default as OptionRow}from"./option-row/option-row.component.js";export{default as OptionGroupHeader}from"./option-group-header/option-group-header.component.js";export{SimpleSelect as Select}from"./simple-select/simple-select.component.js";export{FilterableSelect}from"./filterable-select/filterable-select.component.js";export{MultiSelect}from"./multi-select/multi-select.component.js";export{default as setupSelectMocks}from"./setup-select-mocks.js";